summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-05-13 13:20:11 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-05-13 13:20:11 +0200
commite41e2f906ba640d22b052ed9ae98fbded2d96974 (patch)
treee82bdb1b2bbfe52e10a21e47e84d40fbb3d9182c /include
parent19280b71f286fcc0b632ee09d8ec7a4aff586bc3 (diff)
apalis/colibri_t20/t30: enable of system setup support
Enable OF system setup to add hardware revision and serial number information to the device-tree in case a mainline Linux kernel with any such is booted. While at it default back to the regular 8 MB DFU data buffer size.
Diffstat (limited to 'include')
-rw-r--r--include/configs/apalis_t30.h3
-rw-r--r--include/configs/colibri_t20.h3
-rw-r--r--include/configs/colibri_t30.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index ea5d19f2a3..c69e2c8847 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -193,10 +193,13 @@
#define CONFIG_CMD_MEMTEST
#define CONFIG_SYS_ALT_MEMTEST
+#define CONFIG_OF_SYSTEM_SETUP
+
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
#include "tegra-common-usb-gadget.h"
+#undef CONFIG_SYS_DFU_DATA_BUF_SIZE
#include "tegra-common-post.h"
#endif /* __CONFIG_H */
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index 72e17e6bff..aa90a2f71f 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -229,10 +229,13 @@
#define CONFIG_CMD_MEMTEST
#define CONFIG_SYS_ALT_MEMTEST
+#define CONFIG_OF_SYSTEM_SETUP
+
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
#include "tegra-common-usb-gadget.h"
+#undef CONFIG_SYS_DFU_DATA_BUF_SIZE
#include "tegra-common-post.h"
#endif /* __CONFIG_H */
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index 1952565147..b1e4187a70 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -183,10 +183,13 @@
#define CONFIG_CMD_MEMTEST
#define CONFIG_SYS_ALT_MEMTEST
+#define CONFIG_OF_SYSTEM_SETUP
+
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
#include "tegra-common-usb-gadget.h"
+#undef CONFIG_SYS_DFU_DATA_BUF_SIZE
#include "tegra-common-post.h"
#endif /* __CONFIG_H */