summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2014-04-24 11:28:41 +0200
committerStefan Agner <stefan@agner.ch>2014-04-24 16:32:56 +0200
commit795d73eed0f604919fcd51bbd518f4bead25f31d (patch)
treec2c256cf920df9fe3a7bd83dcd64f40052d3e26e /include
parent4ac73411c90a79be1485d24c36adf580fcb60311 (diff)
colibri_vf: add Toradex config block
Add support for Toardex specific config block. This data structure is available on NAND and written at production time. Get MAC address as well as serial number and board revision from this structure.
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_vf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 8af213c406..09e841e2e3 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -99,6 +99,11 @@
#define CONFIG_BOOTDELAY 3
+#define CONFIG_BOARD_LATE_INIT
+#define CONFIG_TRDX_CFG_BLOCK_OFFSET 0x800
+#define CONFIG_REVISION_TAG
+#define CONFIG_SERIAL_TAG
+
#define CONFIG_LOADADDR 0x82000000
#define CONFIG_SYS_TEXT_BASE 0x3f408000