summaryrefslogtreecommitdiff
path: root/include/configs/mx6q_arm2_lpddr2pop.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx6q_arm2_lpddr2pop.h')
-rwxr-xr-xinclude/configs/mx6q_arm2_lpddr2pop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mx6q_arm2_lpddr2pop.h b/include/configs/mx6q_arm2_lpddr2pop.h
index e7e800e..45aea16 100755
--- a/include/configs/mx6q_arm2_lpddr2pop.h
+++ b/include/configs/mx6q_arm2_lpddr2pop.h
@@ -239,6 +239,10 @@
#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
#define CONFIG_LBA48
#define CONFIG_LIBATA
+
+ #define CONFIG_DOS_PARTITION 1
+ #define CONFIG_CMD_FAT 1
+ #define CONFIG_CMD_EXT2 1
#endif
/*
@@ -258,10 +262,6 @@
#define CONFIG_SYS_NAND_BASE 0x40000000
#define CONFIG_SYS_MAX_NAND_DEVICE 1
- #define CONFIG_DOS_PARTITION 1
- #define CONFIG_CMD_FAT 1
- #define CONFIG_CMD_EXT2 1
-
/* NAND is the unique module invoke APBH-DMA */
#define CONFIG_APBH_DMA
#define CONFIG_APBH_DMA_V2