From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Fri, 28 Nov 2014 17:59:25 +0100 Subject: [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support In-Reply-To: <8de1023deadd46c5a520a26a2e514467@DM2PR0301MB1213.namprd03.prod.outlook.com> References: <1416469111-8214-1-git-send-email-guillaume.gardet@free.fr> <8de1023deadd46c5a520a26a2e514467@DM2PR0301MB1213.namprd03.prod.outlook.com> Message-ID: <5478A9ED.3050908@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 20/11/2014 08:47, Hui.Liu at freescale.com a ?crit : >> -----Original Message----- >> From: Guillaume GARDET [mailto:guillaume.gardet at free.fr] >> Sent: Thursday, November 20, 2014 3:39 PM >> To: u-boot at lists.denx.de >> Cc: Guillaume GARDET; Stefano Babic; Liu Hui-R64343 >> Subject: [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support >> >> Signed-off-by: Guillaume GARDET >> Cc: Stefano Babic >> Cc: Jason Liu > Acked-by: Jason Liu Stefano, anything blocking this patch? > >> --- >> include/configs/mx53loco.h | 1 + >> 1 file changed, 1 insertion(+) >> >> 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 >> #define CONFIG_CMD_BOOTZ >> +#define CONFIG_SUPPORT_RAW_INITRD >> >> #undef CONFIG_CMD_IMLS >> >> -- >> 1.8.4.5 >