diff options
author | Marek Vasut <marex@denx.de> | 2016-03-20 17:53:53 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-03-25 13:58:39 +0100 |
commit | 08cb448315755f4d5b18f667b1076a1c30a0e388 (patch) | |
tree | 79b4fb3c4186c7baee9b796f36e920431b999629 /include/configs | |
parent | d78e7f2794f7ae380c0c25027b7872d4f4cca322 (diff) | |
download | u-boot-imx-08cb448315755f4d5b18f667b1076a1c30a0e388.zip u-boot-imx-08cb448315755f4d5b18f667b1076a1c30a0e388.tar.gz u-boot-imx-08cb448315755f4d5b18f667b1076a1c30a0e388.tar.bz2 |
arm: mx5: Enable NAND TrimFFS on M53EVK
Enable NAND TrimFFS support in M53EVK, since it is convenient when
installing UBI images to NAND.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/m53evk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 1efe48c..dc85768 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -41,6 +41,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_MMC #define CONFIG_CMD_NAND +#define CONFIG_CMD_NAND_TRIMFFS #define CONFIG_CMD_PING #define CONFIG_CMD_SATA #define CONFIG_CMD_USB |