Skip to content
Snippets Groups Projects
Commit 36873e7d authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Andreas Bießmann
Browse files

arm: at91/configs: add libfdt to configuration


support to boot device tree Linux kernel

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
[Add libftd for at91rm9200, at91sam9263, at91sam9rl]
Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 8495faf5
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,8 @@
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_OF_LIBFDT
/*
* Memory Configuration
*/
......
......@@ -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
......
......@@ -62,6 +62,8 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_OF_LIBFDT
/*
* Hardware drivers
*/
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment