Skip to content
Snippets Groups Projects
Commit c8816d14 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 9ed68260
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,8 @@ u32 spl_boot_device(void) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment