mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 22:05:40 +00:00
Merge "fix(zynqmp): update the log message to verbose" into integration
This commit is contained in:
commit
a0cad7ce4f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved.
|
* Copyright (c) 2013-2022, ARM Limited and Contributors. All rights reserved.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
@ -329,8 +329,8 @@ static void zynqmp_print_platform_name(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
NOTICE("TF-A running on %s/%s at 0x%x\n",
|
VERBOSE("TF-A running on %s/%s at 0x%x\n",
|
||||||
zynqmp_print_silicon_idcode(), label, BL31_BASE);
|
zynqmp_print_silicon_idcode(), label, BL31_BASE);
|
||||||
VERBOSE("TF-A running on v%d/RTL%d.%d\n",
|
VERBOSE("TF-A running on v%d/RTL%d.%d\n",
|
||||||
zynqmp_get_ps_ver(), (rtl & 0xf0) >> 4, rtl & 0xf);
|
zynqmp_get_ps_ver(), (rtl & 0xf0) >> 4, rtl & 0xf);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue