summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-12 18:21:16 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-23 08:37:56 +0900
commit7728f0c68d80ef6a22f76898db0d199531d56af1 (patch)
treeeff12c52e6e86a360004ae60ad7b399e018ebee7 /include
parent6a6b9d5dfdd1c1332697980bc17e8d3f1b77e75d (diff)
downloadu-boot-imx-7728f0c68d80ef6a22f76898db0d199531d56af1.zip
u-boot-imx-7728f0c68d80ef6a22f76898db0d199531d56af1.tar.gz
u-boot-imx-7728f0c68d80ef6a22f76898db0d199531d56af1.tar.bz2
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index ab35191..2976d63 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 \