From: Ian Campbell Date: Mon, 27 Feb 2012 21:19:02 +0000 (+0000) Subject: ARM: dreamplug: Enable FDT support X-Git-Tag: v2012.07-rc1~144^2~166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f2e1425270c1461e4d633d3ff9042d29f7531d1;p=kernel%2Fu-boot.git 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 Cc: Jason Cc: Prafulla Wadaskar Acked-by: Jason Cooper --- diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 0f2f9a2..76f9eea 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -148,4 +148,6 @@ */ #define CONFIG_DISPLAY_CPUINFO +#define CONFIG_OF_LIBFDT + #endif /* _CONFIG_DREAMPLUG_H */