提交 c8816d14 编写于 作者: S Simon Glass

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: NSimon Glass <sjg@chromium.org>
上级 9ed68260
......@@ -64,6 +64,8 @@ u32 spl_boot_device(void)
}
fallback:
#elif defined(CONFIG_TARGET_CHROMEBOOK_JERRY)
return BOOT_DEVICE_SPI;
#endif
return BOOT_DEVICE_MMC1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册