[U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel

Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/mx28evk.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index cb4ff37..31dc718 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -67,6 +67,7 @@ #define CONFIG_CMD_SF #define CONFIG_CMD_SPI #define CONFIG_CMD_USB +#define CONFIG_CMD_BOOTZ
/* * Memory configurations

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(-)
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

-----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

-----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

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

Allow booting a zImage kernel.
Cc: Jason Liu r64343@freescale.com Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/mx6qarm2.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index e83aec6..90652c6 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -168,6 +168,7 @@ #define CONFIG_SYS_MMC_ENV_DEV 1
#define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ
#define CONFIG_SYS_DCACHE_OFF

-----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 3/4] mx6qarm2: 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
Acked-by: Jason Liu r64343@freescale.com
include/configs/mx6qarm2.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index e83aec6..90652c6 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -168,6 +168,7 @@ #define CONFIG_SYS_MMC_ENV_DEV 1
#define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ
#define CONFIG_SYS_DCACHE_OFF
-- 1.7.1

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

Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/mx31pdk.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 49d440b..6ce97bc 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -99,6 +99,7 @@ #define CONFIG_CMD_SPI #define CONFIG_CMD_DATE #define CONFIG_CMD_NAND +#define CONFIG_CMD_BOOTZ
/* * Disabled due to compilation errors in cmd_bootm.c (IMLS seems to require

On 23/04/2012 18:31, Fabio Estevam wrote:
Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot-imx, thanks.
Best regards, Stefano Babic

On 23/04/2012 18:31, Fabio Estevam wrote:
Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot-imx, thanks.
Best regards, Stefano Babic
participants (3)
-
Fabio Estevam
-
Liu Hui-R64343
-
Stefano Babic