summaryrefslogtreecommitdiffstats
path: root/include/configs/k2e_evm.h
diff options
context:
space:
mode:
authorMichael Scherban <m-scherban@ti.com>2015-06-26 09:17:31 -0500
committerTom Rini <trini@konsulko.com>2015-07-08 21:51:41 -0400
commit40d79e483c359b8af4a379317a579c9b353dc821 (patch)
tree3df5173cd31544b313a472ebe00fda2b94ee4ac7 /include/configs/k2e_evm.h
parent03514739dce8cde8af5ee494405c9049925fb9de (diff)
downloadblackbird-obmc-uboot-40d79e483c359b8af4a379317a579c9b353dc821.tar.gz
blackbird-obmc-uboot-40d79e483c359b8af4a379317a579c9b353dc821.zip
keystone2: config: update default mtd
Because it is possible for the MTD number to change, causing a filesystem mount failure, we should use the volume name instead of the MTD number and let Linux resolve the correct one. Signed-off-by: Mike Scherban <m-scherban@ti.com>
Diffstat (limited to 'include/configs/k2e_evm.h')
-rw-r--r--include/configs/k2e_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/k2e_evm.h b/include/configs/k2e_evm.h
index d83e07e242..a28ceb7064 100644
--- a/include/configs/k2e_evm.h
+++ b/include/configs/k2e_evm.h
@@ -20,7 +20,7 @@
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
"addr_mon=0x0c140000\0" \
"args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
- "root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048\0" \
+ "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \
"name_fdt=uImage-k2e-evm.dtb\0" \
"name_mon=skern-k2e-evm.bin\0" \
"name_ubi=k2e-evm-ubifs.ubi\0" \
OpenPOWER on IntegriCloud