summaryrefslogtreecommitdiffstats
path: root/include/configs/tricorder.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-11-01 16:54:18 +0000
committerTom Rini <trini@ti.com>2013-03-04 14:19:56 -0500
commit949a77109747d5db7d559359d3ec24bade653be8 (patch)
tree3b36de8c7c42ac7351f6c7a9034029d918fb790c /include/configs/tricorder.h
parente40753b207029dfc9e0a9e2ec4545fbd32e0a8cc (diff)
downloadtalos-obmc-uboot-949a77109747d5db7d559359d3ec24bade653be8.tar.gz
talos-obmc-uboot-949a77109747d5db7d559359d3ec24bade653be8.zip
ubifs: Allow ubifsmount volume reference by number
UBI can mount volumes by name or number The current code forces you to name the volume by prepending every name with "ubi:". >From fs/ubifs/super.c * There are several ways to specify UBI volumes when mounting UBIFS: * o ubiX_Y - UBI device number X, volume Y; * o ubiY - UBI device number 0, volume Y; * o ubiX:NAME - mount UBI device X, volume with name NAME; * o ubi:NAME - mount UBI device 0, volume with name NAME. Now any name passed in any of the above forms are allowed. Also update the configs that referenced ubifsmount. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/tricorder.h')
-rw-r--r--include/configs/tricorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index 1a665ac3ac..ebd7a257f3 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -193,7 +193,7 @@
"bootm ${loadaddr}\0" \
"loaduimage_ubi=mtd default; " \
"ubi part fs; " \
- "ubifsmount root; " \
+ "ubifsmount ubi:root; " \
"ubifsload ${loadaddr} /boot/uImage\0" \
"nandboot=echo Booting from nand ...; " \
"run nandargs; " \
OpenPOWER on IntegriCloud