mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
rockchip: spl: veyron speedy boots from SPI
Apparently speedy was forgotten from this list of veyron devices.
Fixes: 49105fb7ed
("rockchip: add common spl board file")
Signed-off-by: Urja Rannikko <urjaman@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
69cd0c463d
commit
353ad95aa6
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ u32 spl_boot_device(void)
|
||||||
|
|
||||||
#if defined(CONFIG_TARGET_CHROMEBOOK_JERRY) || \
|
#if defined(CONFIG_TARGET_CHROMEBOOK_JERRY) || \
|
||||||
defined(CONFIG_TARGET_CHROMEBIT_MICKEY) || \
|
defined(CONFIG_TARGET_CHROMEBIT_MICKEY) || \
|
||||||
defined(CONFIG_TARGET_CHROMEBOOK_MINNIE)
|
defined(CONFIG_TARGET_CHROMEBOOK_MINNIE) || \
|
||||||
|
defined(CONFIG_TARGET_CHROMEBOOK_SPEEDY)
|
||||||
return BOOT_DEVICE_SPI;
|
return BOOT_DEVICE_SPI;
|
||||||
#endif
|
#endif
|
||||||
if (CONFIG_IS_ENABLED(ROCKCHIP_BACK_TO_BROM))
|
if (CONFIG_IS_ENABLED(ROCKCHIP_BACK_TO_BROM))
|
||||||
|
|
Loading…
Add table
Reference in a new issue