mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-28 14:52:28 +00:00
imx: spl: support i.MX8MP spl_boot_device
i.MX8MP follows i.MX8MN, so just let it use spl_board_boot_device Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
de749aecbb
commit
7df6397eb4
@ -135,7 +135,8 @@ u32 spl_boot_device(void)
|
|||||||
|
|
||||||
enum boot_device boot_device_spl = get_boot_device();
|
enum boot_device boot_device_spl = get_boot_device();
|
||||||
|
|
||||||
if (IS_ENABLED(CONFIG_IMX8MM) || IS_ENABLED(CONFIG_IMX8MN))
|
if (IS_ENABLED(CONFIG_IMX8MM) || IS_ENABLED(CONFIG_IMX8MN) ||
|
||||||
|
IS_ENABLED(CONFIG_IMX8MP))
|
||||||
return spl_board_boot_device(boot_device_spl);
|
return spl_board_boot_device(boot_device_spl);
|
||||||
|
|
||||||
switch (boot_device_spl) {
|
switch (boot_device_spl) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user