diff mbox

[U-Boot,1/2,v12] Enable Btrfs support in mx53loco config

Message ID 1367660512-10489-2-git-send-email-adnan9901@yahoo.com
State Changes Requested
Delegated to: Wolfgang Denk
Headers show

Commit Message

Adnan Ali May 4, 2013, 9:41 a.m. UTC
From: Adnan Ali <adnan.ali@codethink.co.uk>

Enable btrfs support in mx53loco config

Signed-off-by: Adnan Ali <adnan.ali@codethink.co.uk>
---
 include/configs/mx53loco.h |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index a4b610f..bf361a3 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -56,6 +56,8 @@ 
 #define CONFIG_GENERIC_MMC
 #define CONFIG_CMD_FAT
 #define CONFIG_CMD_EXT2
+#define CONFIG_CMD_BTR
+#define CONFIG_CMD_FS_GENERIC
 #define CONFIG_DOS_PARTITION
 
 /* Eth Configs */
@@ -128,7 +130,7 @@ 
 	"mmcroot=/dev/mmcblk0p3 rw rootwait\0" \
 	"mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot}\0" \
 	"loadbootscript=" \
-		"fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
+		"load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
 	"bootscript=echo Running bootscript from mmc ...; " \
 		"source\0" \
 	"loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0" \