diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-05-13 13:20:11 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-05-13 13:20:11 +0200 |
commit | e41e2f906ba640d22b052ed9ae98fbded2d96974 (patch) | |
tree | e82bdb1b2bbfe52e10a21e47e84d40fbb3d9182c | |
parent | 19280b71f286fcc0b632ee09d8ec7a4aff586bc3 (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.
-rw-r--r-- | include/configs/apalis_t30.h | 3 | ||||
-rw-r--r-- | include/configs/colibri_t20.h | 3 | ||||
-rw-r--r-- | include/configs/colibri_t30.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index ea5d19f2a39..c69e2c88476 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 72e17e6bff5..aa90a2f71f2 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 19525651476..b1e4187a709 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 */ |