]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: rename second stage loader name
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 12 Feb 2017 09:21:16 +0000 (18:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Feb 2017 23:37:56 +0000 (08:37 +0900)
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>
include/configs/uniphier.h

index ab35191d92e10ecc008e39f34fce47b384cdcc4f..2976d6313cda4de987201a99f70cf313c8120e1d 100644 (file)
 #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 \