diff mbox

[U-Boot,2/4] mx6qsabrelite: Allow booting a zImage kernel

Message ID 1335198678-6205-2-git-send-email-fabio.estevam@freescale.com
State Accepted
Commit 5fbfd1c29bce9446f7151ae514cfc71fba00cf3d
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam April 23, 2012, 4:31 p.m. UTC
Allow booting a zImage kernel.

Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6qsabrelite.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Liu Hui-R64343 April 24, 2012, 1:47 a.m. UTC | #1
>-----Original Message-----
>From: Estevam Fabio-R49496
>Sent: Tuesday, April 24, 2012 12:31 AM
>To: u-boot@lists.denx.de
>Cc: sbabic@denx.de; Estevam Fabio-R49496; Liu Hui-R64343
>Subject: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
>
>Allow booting a zImage kernel.
>
>Cc: Jason Liu <r64343@freescale.com>
>Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

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

>---
> include/configs/mx6qsabrelite.h |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
>diff --git a/include/configs/mx6qsabrelite.h
>b/include/configs/mx6qsabrelite.h index 3f7e51d..492c618 100644
>--- a/include/configs/mx6qsabrelite.h
>+++ b/include/configs/mx6qsabrelite.h
>@@ -211,6 +211,7 @@
> #endif
>
> #define CONFIG_OF_LIBFDT
>+#define CONFIG_CMD_BOOTZ
>
> #define CONFIG_SYS_DCACHE_OFF
>
>--
>1.7.1
Liu Hui-R64343 April 24, 2012, 1:55 a.m. UTC | #2
>-----Original Message-----
>From: Liu Hui-R64343
>Sent: Tuesday, April 24, 2012 9:48 AM
>To: Estevam Fabio-R49496; u-boot@lists.denx.de
>Cc: sbabic@denx.de
>Subject: RE: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
>
>
>>-----Original Message-----
>>From: Estevam Fabio-R49496
>>Sent: Tuesday, April 24, 2012 12:31 AM
>>To: u-boot@lists.denx.de
>>Cc: sbabic@denx.de; Estevam Fabio-R49496; Liu Hui-R64343
>>Subject: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
>>
>>Allow booting a zImage kernel.
>>
>>Cc: Jason Liu <r64343@freescale.com>
>>Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
>Acke-by: Jason Liu <r64343@freescale.com>

Sorry for the typo:
%s/Acke/Acked/
>
>>---
>> include/configs/mx6qsabrelite.h |    1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>>diff --git a/include/configs/mx6qsabrelite.h
>>b/include/configs/mx6qsabrelite.h index 3f7e51d..492c618 100644
>>--- a/include/configs/mx6qsabrelite.h
>>+++ b/include/configs/mx6qsabrelite.h
>>@@ -211,6 +211,7 @@
>> #endif
>>
>> #define CONFIG_OF_LIBFDT
>>+#define CONFIG_CMD_BOOTZ
>>
>> #define CONFIG_SYS_DCACHE_OFF
>>
>>--
>>1.7.1
Stefano Babic April 29, 2012, 2:38 p.m. UTC | #3
On 23/04/2012 18:31, Fabio Estevam wrote:
> Allow booting a zImage kernel.
> 
> Cc: Jason Liu <r64343@freescale.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 3f7e51d..492c618 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -211,6 +211,7 @@ 
 #endif
 
 #define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
 
 #define CONFIG_SYS_DCACHE_OFF