Commit 5f2e1425270c1461e4d633d3ff9042d29f7531d1

Authored by Ian Campbell
Committed by Albert ARIBAUD
1 parent 0a6deb3251

ARM: dreamplug: Enable FDT support

I have tested booting both FDT and non-FDT based Linux kernels (based on
http://marc.info/?l=linux-arm-kernel&m=133002679716986 and
http://marc.info/?l=linux-arm-kernel&m=132328894303581 respectively).

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: Jason <jason@lakedaemon.net>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/dreamplug.h
... ... @@ -148,5 +148,7 @@
148 148 */
149 149 #define CONFIG_DISPLAY_CPUINFO
150 150  
  151 +#define CONFIG_OF_LIBFDT
  152 +
151 153 #endif /* _CONFIG_DREAMPLUG_H */