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/at91sam9263ek.h | |
parent | 8495faf525be9a8c7c8d608200e8795c2f7b9290 (diff) | |
download | u-boot-imx-36873e7d96f05ba53ff1d21e2fabf45e131856a7.zip u-boot-imx-36873e7d96f05ba53ff1d21e2fabf45e131856a7.tar.gz u-boot-imx-36873e7d96f05ba53ff1d21e2fabf45e131856a7.tar.bz2 |
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/at91sam9263ek.h')
-rw-r--r-- | include/configs/at91sam9263ek.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |