From: Stephen Warren <[email protected]> This way, we don't have to run mkimage on them.
Signed-off-by: Stephen Warren <[email protected]> --- include/configs/tegra-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index ccd68a1..8b275a7 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -135,6 +135,7 @@ #define CONFIG_CMD_GPIO #define CONFIG_CMD_ENTERRCM #define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD /* Defines for SPL */ #define CONFIG_SPL -- 1.8.1.5 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

