Re: [U-Boot] [PATCH 1/2] ARM: uniphier: support eMMC boot for PH1-LD11 and PH1-LD20

2016-06-08 Thread Masahiro Yamada
2016-06-04 22:39 GMT+09:00 Masahiro Yamada : > The Boot ROM on PH1-LD11/LD20 exports built-in APIs to load images > from an eMMC device. They are useful to reduce the memory footprint > of SPL, rather than compiling the whole MMC framework. > > Signed-off-by: Masahiro Yamada Applied to u-boot-u

[U-Boot] [PATCH 1/2] ARM: uniphier: support eMMC boot for PH1-LD11 and PH1-LD20

2016-06-04 Thread Masahiro Yamada
The Boot ROM on PH1-LD11/LD20 exports built-in APIs to load images from an eMMC device. They are useful to reduce the memory footprint of SPL, rather than compiling the whole MMC framework. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/boot-mode/Makefile| 4 + arch/arm/mach-u