diff mbox

[U-Boot,1/3] arm: at91/configs: add libfdt to configuration

Message ID 1361355385-13135-2-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 device tree Linux kernel

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
[Add libftd for at91rm9200, at91sam9263, at91sam9rl]
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 include/configs/at91rm9200ek.h  |    2 ++
 include/configs/at91sam9260ek.h |    2 ++
 include/configs/at91sam9263ek.h |    2 ++
 include/configs/at91sam9rlek.h  |    2 ++
 4 files changed, 8 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 device tree Linux kernel
>
>Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>[Add libftd for at91rm9200, at91sam9263, at91sam9rl]
>Signed-off-by: Bo Shen <voice.shen@atmel.com>
>
>---
>include/configs/at91rm9200ek.h  |    2 ++
> include/configs/at91sam9260ek.h |    2 ++
> include/configs/at91sam9263ek.h |    2 ++
> include/configs/at91sam9rlek.h  |    2 ++
> 4 files changed, 8 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 bf20065..4b526c2 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -75,6 +75,8 @@ 
 
 #define CONFIG_BOARD_EARLY_INIT_F
 
+#define CONFIG_OF_LIBFDT
+
 /*
  * Memory Configuration
  */
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index 02696b3..3db6cc8 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -62,6 +62,8 @@ 
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_OF_LIBFDT
+
 /* general purpose I/O */
 #define CONFIG_ATMEL_LEGACY		/* required until (g)pio is fixed */
 #define CONFIG_AT91_GPIO
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
index 3503822..005d1af 100644
--- a/include/configs/at91sam9263ek.h
+++ b/include/configs/at91sam9263ek.h
@@ -62,6 +62,8 @@ 
 
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_OF_LIBFDT
+
 /*
  * Hardware drivers
  */
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index 8178b32..be084b2 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -48,6 +48,8 @@ 
 
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_OF_LIBFDT
+
 #define CONFIG_ATMEL_LEGACY
 #define CONFIG_AT91_GPIO		1
 #define CONFIG_AT91_GPIO_PULLUP		1