From: Damien Riegel Date: Tue, 6 Oct 2015 21:33:28 +0000 (-0400) Subject: ts4800: add CONFIG_OF_LIBFDT X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=10ca2027dbdeb1ae3c1ebc02b9394fb6a7697cdb;p=bsp%2Fu-boot.git ts4800: add CONFIG_OF_LIBFDT Linux only boots IMX.51-based boards with device tree, so this board would benefit from supporting it. Signed-off-by: Damien Riegel Cc: Stefano Babic --- diff --git a/include/configs/ts4800.h b/include/configs/ts4800.h index 21f1555eb7..1624a1b0ba 100644 --- a/include/configs/ts4800.h +++ b/include/configs/ts4800.h @@ -24,6 +24,8 @@ #define CONFIG_HW_WATCHDOG +#define CONFIG_OF_LIBFDT + #define CONFIG_MACH_TYPE MACH_TYPE_TS48XX /* text base address used when linking */