diff mbox

[U-Boot,2/3] arm: at91/configs: add bootz to configuration

Message ID 1361355385-13135-3-git-send-email-voice.shen@atmel.com
State Accepted, archived
Delegated to: Andreas Bießmann
Headers show

Commit Message

Bo Shen Feb. 20, 2013, 10:16 a.m. UTC
From: Nicolas Ferre <nicolas.ferre@atmel.com>

Support to boot zImage

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
[Add bootz for at91rm9200, at91sam9263, at91sam9rl]
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 include/configs/at91rm9200ek.h     |    1 +
 include/configs/at91sam9260ek.h    |    1 +
 include/configs/at91sam9263ek.h    |    1 +
 include/configs/at91sam9m10g45ek.h |    1 +
 include/configs/at91sam9rlek.h     |    1 +
 include/configs/at91sam9x5ek.h     |    1 +
 6 files changed, 6 insertions(+)

Comments

Andreas Bießmann March 12, 2013, 11:59 a.m. UTC | #1
Dear Bo Shen,

Bo Shen <voice.shen@atmel.com> writes:
>From: Nicolas Ferre <nicolas.ferre@atmel.com>
>
>Support to boot zImage
>
>Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>[Add bootz for at91rm9200, at91sam9263, at91sam9rl]
>Signed-off-by: Bo Shen <voice.shen@atmel.com>
>
>---
>include/configs/at91rm9200ek.h     |    1 +
> include/configs/at91sam9260ek.h    |    1 +
> include/configs/at91sam9263ek.h    |    1 +
> include/configs/at91sam9m10g45ek.h |    1 +
> include/configs/at91sam9rlek.h     |    1 +
> include/configs/at91sam9x5ek.h     |    1 +
> 6 files changed, 6 insertions(+)

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bießmann
diff mbox

Patch

diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h
index 4b526c2..7352113 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -75,6 +75,7 @@ 
 
 #define CONFIG_BOARD_EARLY_INIT_F
 
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_OF_LIBFDT
 
 /*
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index 3db6cc8..392a818 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -62,6 +62,7 @@ 
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_OF_LIBFDT
 
 /* general purpose I/O */
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
index 005d1af..da2a931 100644
--- a/include/configs/at91sam9263ek.h
+++ b/include/configs/at91sam9263ek.h
@@ -62,6 +62,7 @@ 
 
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_OF_LIBFDT
 
 /*
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h
index e988d81..f1a4db3 100644
--- a/include/configs/at91sam9m10g45ek.h
+++ b/include/configs/at91sam9m10g45ek.h
@@ -47,6 +47,7 @@ 
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_OF_LIBFDT
 
 /* general purpose I/O */
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index be084b2..aa359b1 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -48,6 +48,7 @@ 
 
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_OF_LIBFDT
 
 #define CONFIG_ATMEL_LEGACY
diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h
index 6fac5ac..1bc56a5 100644
--- a/include/configs/at91sam9x5ek.h
+++ b/include/configs/at91sam9x5ek.h
@@ -42,6 +42,7 @@ 
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_OF_LIBFDT
 
 /* general purpose I/O */