summaryrefslogtreecommitdiff
path: root/configs/theadorable-x86-conga-qa3-e3845_defconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-10-22 14:07:55 +0200
committerBin Meng <bmeng.cn@gmail.com>2018-10-28 21:02:15 +0800
commit6e1c943f3ce6b16dc56ed2b55bd1b25a57984f80 (patch)
treef1c71d1f0ab47013eb4915c3d2139514cc08ad2a /configs/theadorable-x86-conga-qa3-e3845_defconfig
parent0ca4405fcd97f453605a7200c29bb2d757e749d7 (diff)
x86: theadorable-x86: Generate and pass root=PARTUUID instead of /dev/sdaX
To enable the root device selection (kernel cmd-line) via PARTUUID, this patch enables CMD_PART on all missing theadorable-x86 boards and changes the default environment to generate the root=PARTUUID string automatically. This fixes problems that have been noticed on systems with multiple SATA/AHCI controller connected via PCIe, where the device name for the root device / partition (/dev/sdaX) was incorrect. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/theadorable-x86-conga-qa3-e3845_defconfig')
-rw-r--r--configs/theadorable-x86-conga-qa3-e3845_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/theadorable-x86-conga-qa3-e3845_defconfig b/configs/theadorable-x86-conga-qa3-e3845_defconfig
index 8cd170feb7..ee3d7f01ab 100644
--- a/configs/theadorable-x86-conga-qa3-e3845_defconfig
+++ b/configs/theadorable-x86-conga-qa3-e3845_defconfig
@@ -25,6 +25,7 @@ CONFIG_CMD_CPU=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_PART=y
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y