summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9n12ek.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-06-26 10:48:53 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-08-22 16:50:05 +0200
commitce76f0aac6b340582f9f08cf6c3d063df97e419f (patch)
tree86b6a546cf0c25715eac68a9ce1e27e393c7faf2 /include/configs/at91sam9n12ek.h
parente08d6f3aaf11e4138de1ed04acccbcf38d04f1b6 (diff)
downloadtalos-obmc-uboot-ce76f0aac6b340582f9f08cf6c3d063df97e419f.tar.gz
talos-obmc-uboot-ce76f0aac6b340582f9f08cf6c3d063df97e419f.zip
arm: atmel: add nand trimffs subcommand for at91sam9n12 and at91sam9x5
as the at91sam9n12 and at91sam9x5 soc support PMECC, when use u-boot to flash the rootfs, in order to avoid flash one sector with all 0xff into NAND, so use nand trimffs subcommand to avoid it Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91sam9n12ek.h')
-rw-r--r--include/configs/at91sam9n12ek.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h
index be8a28c327..28a79258df 100644
--- a/include/configs/at91sam9n12ek.h
+++ b/include/configs/at91sam9n12ek.h
@@ -122,6 +122,9 @@
#define CONFIG_PMECC_CAP 2
#define CONFIG_PMECC_SECTOR_SIZE 512
#define CONFIG_PMECC_INDEX_TABLE_OFFSET 0x8000
+
+#define CONFIG_CMD_NAND_TRIMFFS
+
#endif
#define CONFIG_MTD_PARTITIONS
OpenPOWER on IntegriCloud