mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 04:36:58 +02:00
rockchip: Allow jerry to use of-platdata
This board always boots from SPI, so update the code to support that with of-platdata. The boot source is not currently available with of-platdata. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9ed6826060
commit
c8816d1442
@ -64,6 +64,8 @@ u32 spl_boot_device(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
fallback:
|
fallback:
|
||||||
|
#elif defined(CONFIG_TARGET_CHROMEBOOK_JERRY)
|
||||||
|
return BOOT_DEVICE_SPI;
|
||||||
#endif
|
#endif
|
||||||
return BOOT_DEVICE_MMC1;
|
return BOOT_DEVICE_MMC1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user