
From: Marcel Ziswiler marcel.ziswiler@toradex.com
Enable optional raw initrd support to allow boot using an initrd.
Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com --- include/configs/apalis_t30.h | 3 +++ include/configs/colibri_t20.h | 3 +++ include/configs/colibri_t30.h | 3 +++ 3 files changed, 9 insertions(+)
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index bb58936..03d2ee0 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -81,6 +81,9 @@ #undef CONFIG_SYS_MAXARGS #define CONFIG_SYS_MAXARGS 32
+#define CONFIG_SUPPORT_RAW_INITRD +#define CONFIG_SYS_BOOT_RAMDISK_HIGH + #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h"
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 1ac7a41..a102cfb 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -106,6 +106,9 @@ #undef CONFIG_SYS_MAXARGS #define CONFIG_SYS_MAXARGS 32
+#define CONFIG_SUPPORT_RAW_INITRD +#define CONFIG_SYS_BOOT_RAMDISK_HIGH + #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h"
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index 7710786..b1ef7e4 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -74,6 +74,9 @@ #undef CONFIG_SYS_MAXARGS #define CONFIG_SYS_MAXARGS 32
+#define CONFIG_SUPPORT_RAW_INITRD +#define CONFIG_SYS_BOOT_RAMDISK_HIGH + #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h"