diff options
| author | Robert Winkler <robert.winkler@boundarydevices.com> | 2013-06-06 10:39:27 -0700 | 
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2013-06-26 17:34:21 +0200 | 
| commit | 3655829511f704722dc57a8985548ecc5f7f23b4 (patch) | |
| tree | 25c6d1c66a977bf2c12cf8a6b56893897c3a588e | |
| parent | 9b9ba6f035be8cdbd7c9fcbe770e7a34effb9172 (diff) | |
| download | olio-uboot-2014.01-3655829511f704722dc57a8985548ecc5f7f23b4.tar.xz olio-uboot-2014.01-3655829511f704722dc57a8985548ecc5f7f23b4.zip | |
imx: nitrogen6x: Enable raw initrd
Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
| -rw-r--r-- | include/configs/nitrogen6x.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index c5118d10e..01c3f134c 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -286,5 +286,6 @@  #define CONFIG_SYS_ALT_MEMTEST  #define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD  #endif	       /* __CONFIG_H */ |