diff options
author | Terry Lv <r65388@freescale.com> | 2012-02-11 00:54:31 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2012-02-13 23:44:25 +0800 |
commit | 8ab3dff5721c68797fc8568bc91d8b1b95898404 (patch) | |
tree | 42e3e5776c5600662e337c19ff55941865216292 /include/configs/mx6q_sabrelite.h | |
parent | eb479419488cdde24634257f6581de2d6ab3a2a9 (diff) | |
download | u-boot-imx-8ab3dff5721c68797fc8568bc91d8b1b95898404.zip u-boot-imx-8ab3dff5721c68797fc8568bc91d8b1b95898404.tar.gz u-boot-imx-8ab3dff5721c68797fc8568bc91d8b1b95898404.tar.bz2 |
ENGR00174230: Move partition command from nand to sata in mx6
Move partition command from nand to sata in mx6 for nand don't need
these partition command.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx6q_sabrelite.h')
-rw-r--r-- | include/configs/mx6q_sabrelite.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6q_sabrelite.h b/include/configs/mx6q_sabrelite.h index fc2594f..1e8587d 100644 --- a/include/configs/mx6q_sabrelite.h +++ b/include/configs/mx6q_sabrelite.h @@ -252,6 +252,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 /*----------------------------------------------------------------------- |