From: Masahiro Yamada Date: Sun, 12 Feb 2017 09:21:16 +0000 (+0900) Subject: ARM: uniphier: rename second stage loader name X-Git-Tag: v2017.03-rc3~8^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7728f0c68d80ef6a22f76898db0d199531d56af1;p=u-boot 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 --- diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index ab35191d92..2976d6313c 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -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 \