diff mbox

[U-Boot] imx: mx53loco: Add raw initrd support

Message ID 1416469111-8214-1-git-send-email-guillaume.gardet@free.fr
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Guillaume GARDET Nov. 20, 2014, 7:38 a.m. UTC
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Jason Liu <r64343@freescale.com>

---
 include/configs/mx53loco.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Hui Liu Nov. 20, 2014, 7:47 a.m. UTC | #1
> -----Original Message-----
> From: Guillaume GARDET [mailto:guillaume.gardet@free.fr]
> Sent: Thursday, November 20, 2014 3:39 PM
> To: u-boot@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 <guillaume.gardet@free.fr>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Jason Liu <r64343@freescale.com>

Acked-by: Jason Liu <r64343@freescale.com>

> 
> ---
>  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 <config_cmd_default.h>
>  #define CONFIG_CMD_BOOTZ
> +#define CONFIG_SUPPORT_RAW_INITRD
> 
>  #undef CONFIG_CMD_IMLS
> 
> --
> 1.8.4.5
Guillaume GARDET Nov. 28, 2014, 4:59 p.m. UTC | #2
Le 20/11/2014 08:47, Hui.Liu@freescale.com a écrit :
>> -----Original Message-----
>> From: Guillaume GARDET [mailto:guillaume.gardet@free.fr]
>> Sent: Thursday, November 20, 2014 3:39 PM
>> To: u-boot@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 <guillaume.gardet@free.fr>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Cc: Jason Liu <r64343@freescale.com>
> Acked-by: Jason Liu <r64343@freescale.com>

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 <config_cmd_default.h>
>>   #define CONFIG_CMD_BOOTZ
>> +#define CONFIG_SUPPORT_RAW_INITRD
>>
>>   #undef CONFIG_CMD_IMLS
>>
>> --
>> 1.8.4.5
>
Stefano Babic Nov. 28, 2014, 5:09 p.m. UTC | #3
On 28/11/2014 17:59, Guillaume Gardet wrote:
> 
> Le 20/11/2014 08:47, Hui.Liu@freescale.com a écrit :
>>> -----Original Message-----
>>> From: Guillaume GARDET [mailto:guillaume.gardet@free.fr]
>>> Sent: Thursday, November 20, 2014 3:39 PM
>>> To: u-boot@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 <guillaume.gardet@free.fr>
>>> Cc: Stefano Babic <sbabic@denx.de>
>>> Cc: Jason Liu <r64343@freescale.com>
>> Acked-by: Jason Liu <r64343@freescale.com>
> 
> Stefano, anything blocking this patch?

Nothing, it will be applied

Regards,
Stefano
Stefano Babic Dec. 1, 2014, 9:35 a.m. UTC | #4
On 20/11/2014 08:38, Guillaume GARDET wrote:
> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Jason Liu <r64343@freescale.com>
> 
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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