diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-02-18 16:34:07 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-02-19 12:15:36 +0100 |
commit | 511f86ff247cda36a209676bce95486587545a8b (patch) | |
tree | cc026c3a5132f2de45522909932fe6bc0645fb99 | |
parent | 0d362c18502bf28e79da92c134f2a5740e39b076 (diff) |
at91/configs: at91sam9260/9g20: add libfdt and bootz to configuration
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | include/configs/at91sam9260ek.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index f921fac64d0..2160eaedc1b 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -62,6 +62,9 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_DISPLAY_CPUINFO +#define CONFIG_CMD_BOOTZ +#define CONFIG_OF_LIBFDT + /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ #define CONFIG_AT91_GPIO |