rockchip: rk3328: add boot order in chosen
Default boot from sdcard may fail in evb without sd. Change-Id: Ifde49b6b28e7154a14f5e028d9863446f11cb59c Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
9560dcb992
commit
9ac4198103
|
|
@ -11,6 +11,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
u-boot,spl-boot-order = &sdmmc, &emmc;
|
||||
stdout-path = &uart2;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue