diff options
author | Guillaume GARDET <guillaume.gardet@free.fr> | 2014-11-20 08:38:31 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-12-01 10:19:41 +0100 |
commit | ec62c07aab88bf6d620cacf070e857ce5d8b91f4 (patch) | |
tree | 632baa2d008aebee353cc23cf174dbca9906aebc /include/configs/mx53loco.h | |
parent | 2a82ec77d27ef5f860a107c4b764643a655dceeb (diff) | |
download | u-boot-imx-ec62c07aab88bf6d620cacf070e857ce5d8b91f4.zip u-boot-imx-ec62c07aab88bf6d620cacf070e857ce5d8b91f4.tar.gz u-boot-imx-ec62c07aab88bf6d620cacf070e857ce5d8b91f4.tar.bz2 |
imx: mx53loco: Add raw initrd support
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Jason Liu <r64343@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r-- | include/configs/mx53loco.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 10fb1f4..42bc3c8 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -94,6 +94,7 @@ /* Command definition */ #include <config_cmd_default.h> #define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD #undef CONFIG_CMD_IMLS |