diff options
author | Adam Ford | 2019-04-11 15:24:33 -0500 |
---|---|---|
committer | Stefano Babic | 2019-04-25 17:03:25 +0200 |
commit | c7d00f63d1d1c5e21ea4bf045370018638d0693e (patch) | |
tree | 9f3b05677c8ecedc8612ac5f31bcc30a5a224709 /configs/omap35_logic_somlv_defconfig | |
parent | 5449e396eb8c19da750b0dc3b396aaf2d572b788 (diff) |
ARM: omap3_logic: Enable UUID
Instead of hardcoding the mmcroot to /dev/mmcblkX, use the UUID
method.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omap35_logic_somlv_defconfig')
-rw-r--r-- | configs/omap35_logic_somlv_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap35_logic_somlv_defconfig b/configs/omap35_logic_somlv_defconfig index 396f3216995..961be133994 100644 --- a/configs/omap35_logic_somlv_defconfig +++ b/configs/omap35_logic_somlv_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_SPL_WRITE_SIZE=0x20000 CONFIG_CMD_NAND=y CONFIG_CMD_NAND_LOCK_UNLOCK=y CONFIG_CMD_CACHE=y +CONFIG_CMD_UUID=y CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0,nor0=physmap-flash.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs);physmap-flash.0:-(nor)" |