mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(plat/rcar3): fix eMMC boot support for R-Car D3
Fix to support of booting from eMMC (50MHz x 8) on Draak board for R-Car D3. Signed-off-by: Hideyuki Nitta <hideyuki.nitta.jf@hitachi.com> Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com> Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com> Change-Id: I0ab2b5c7f8075acbf5f4a69694fb535dddc1a4c8
This commit is contained in:
parent
c3d192b8e5
commit
77ab3661e5
1 changed files with 0 additions and 4 deletions
|
@ -976,10 +976,6 @@ void bl2_el3_early_platform_setup(u_register_t arg1, u_register_t arg2,
|
|||
str = boot_emmc25x1;
|
||||
break;
|
||||
case MODEMR_BOOT_DEV_EMMC_50X8:
|
||||
#if RCAR_LSI == RCAR_D3
|
||||
ERROR("BL2: Failed to Initialize. eMMC is not supported.\n");
|
||||
panic();
|
||||
#endif
|
||||
str = boot_emmc50x8;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue