diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-29 08:34:09 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-29 08:34:09 +0200 |
commit | fa651cce4f89f6d33f1ea301a6f1f781758c7dfd (patch) | |
tree | 93e3bd623f5888f5ced1da0eea7473e98ee3e402 /include/configs | |
parent | d193c1b6eb05041c94ad9aacd8c94189d1dbc5f8 (diff) | |
parent | dc3e30bab7c5ef87bd24ebcbb7cdfc3fb2b44555 (diff) | |
download | u-boot-imx-fa651cce4f89f6d33f1ea301a6f1f781758c7dfd.zip u-boot-imx-fa651cce4f89f6d33f1ea301a6f1f781758c7dfd.tar.gz u-boot-imx-fa651cce4f89f6d33f1ea301a6f1f781758c7dfd.tar.bz2 |
Merge remote-tracking branch 'u-boot-atmel/master'
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/at91sam9261ek.h | 2 | ||||
-rw-r--r-- | include/configs/at91sam9m10g45ek.h | 2 | ||||
-rw-r--r-- | include/configs/at91sam9x5ek.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index 1e1fbe5..611e3e2 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -48,6 +48,8 @@ #define CONFIG_DISPLAY_CPUINFO +#define CONFIG_OF_LIBFDT + #define CONFIG_ATMEL_LEGACY #define CONFIG_SYS_TEXT_BASE 0x21f00000 diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 4ca280a..e988d81 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -47,6 +47,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/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index 1ceb31a..cbdc3e9 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -42,6 +42,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 |