summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 08:00:05 +0300
committerSimon Glass <sjg@chromium.org>2021-03-27 03:59:36 +0300
commit041089fe930b6c7bdaadfb1e81a77dd8ca45e907 (patch)
tree949a664cacb16b73771e44a4432f698f442c0b02 /arch/x86
parent7d252d0279ec92ac90a5cec7378bd877df7af008 (diff)
downloadu-boot-041089fe930b6c7bdaadfb1e81a77dd8ca45e907.tar.xz
x86: coral: Put the eMMC first
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/chromebook_coral.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index d109a38759..4cadfd198d 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -47,6 +47,7 @@
i2c5 = &i2c_5;
i2c6 = &i2c_6;
i2c7 = &i2c_7;
+ mmc0 = &emmc;
mmc1 = &sdmmc;
};