diff options
author | Guillaume GARDET <guillaume.gardet@free.fr> | 2014-11-03 14:26:17 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-06 11:04:38 -0500 |
commit | 6440b807399c81c3670f7c9805c917308cfdd5d3 (patch) | |
tree | d1a3f4940fed91a878c04c58e548bd4c4d8d3976 /include | |
parent | 35fa0dda0ccee8075b1ef8922e930d5dcdea9f5e (diff) | |
download | u-boot-imx-6440b807399c81c3670f7c9805c917308cfdd5d3.zip u-boot-imx-6440b807399c81c3670f7c9805c917308cfdd5d3.tar.gz u-boot-imx-6440b807399c81c3670f7c9805c917308cfdd5d3.tar.bz2 |
ARM: TI: Enable raw initrd support
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Tom Rini <trini@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ti_armv7_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 4b9b629..a8790c2 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -174,6 +174,7 @@ #define CONFIG_CMD_ASKENV #define CONFIG_CMD_ECHO #define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD /* * Common filesystems support. When we have removable storage we |