summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-10-23 10:39:02 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-28 09:41:23 +0100
commit04e42a0db476312b9a767a2b3a2312f49d19ca0b (patch)
treef921cd1e8b0d280ff675bb9ba49f252eb981cb5c /include
parentd118bc314f2889c52686951165576181b6a4adc8 (diff)
colibri_vf: read Toradex config block
Add Toradex config block support using the new common config block handling. Extend common config block handling to support reading from NAND too.
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_vf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 5aeffb037d..87aa617a57 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -111,6 +111,13 @@
#define CONFIG_BOOTDELAY 1
#define CONFIG_BOARD_LATE_INIT
+#define CONFIG_TRDX_CFG_BLOCK
+#define CONFIG_TRDX_CFG_BLOCK_IS_IN_NAND
+#define CONFIG_TRDX_CFG_BLOCK_OFFSET 0x800
+#define CONFIG_TRDX_CFG_BLOCK_SIZE 2048
+#define CONFIG_REVISION_TAG
+#define CONFIG_SERIAL_TAG
+
#define CONFIG_LOADADDR 0x80008000
#define CONFIG_FDTADDR 0x84000000