Re: [U-Boot] [PATCH 2/2] ARM: uniphier: rename second stage loader name

2017-02-16 Thread Masahiro Yamada
2017-02-12 18:21 GMT+09:00 Masahiro Yamada :
> 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 


Applied to u-boot-uniphier.


-- 
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 2/2] ARM: uniphier: rename second stage loader name

2017-02-12 Thread Masahiro Yamada
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 
---

 include/configs/uniphier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index b453d8f..ba9a504 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -144,7 +144,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 \
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot