diff options
| author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-02-20 00:16:23 +0000 | 
|---|---|---|
| committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-03-12 12:46:19 +0100 | 
| commit | 36873e7d96f05ba53ff1d21e2fabf45e131856a7 (patch) | |
| tree | 7b571df8a044079cc6552b5b5871a0f50f6cf06f /include/configs/at91sam9260ek.h | |
| parent | 8495faf525be9a8c7c8d608200e8795c2f7b9290 (diff) | |
| download | olio-uboot-2014.01-36873e7d96f05ba53ff1d21e2fabf45e131856a7.tar.xz olio-uboot-2014.01-36873e7d96f05ba53ff1d21e2fabf45e131856a7.zip | |
arm: at91/configs: add libfdt to configuration
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>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91sam9260ek.h')
| -rw-r--r-- | include/configs/at91sam9260ek.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index 02696b30a..3db6cc8ee 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 |