
27 Mar
2021
27 Mar
'21
4:18 a.m.
On 3/15/21 2:00 PM, Simon Glass wrote:
At present the eMMC device does not have an alias so it appears after the SD card which is device 1. There is no device 0 which is odd.
Make the eMMC device be the first one. Update the boot script to use the new device.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Jaehoon Chung jh80.chung@samsung.com
Best Regards, Jaehoon Chung
arch/x86/dts/chromebook_coral.dts | 1 + include/configs/chromebook_coral.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-)
Applied to u-boot-dm/next, thanks!