mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: uniphier: rename second stage loader name
For the memory footprint reason, the Boot ROM can not load the ARM Trusted Firmware BL1 directly when Trusted Board Boot is enabled. The second stage loader is Socionext's own firmware, so rename it for clarification. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
6a6b9d5dfd
commit
7728f0c68d
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@
|
|||
#if defined(CONFIG_ARM64) && !defined(CONFIG_ARMV8_MULTIENTRY)
|
||||
/* ARM Trusted Firmware */
|
||||
#define BOOT_IMAGES \
|
||||
"second_image=bl1.bin\0" \
|
||||
"second_image=unph_bl.bin\0" \
|
||||
"third_image=fip.bin\0"
|
||||
#else
|
||||
#define BOOT_IMAGES \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue