From: Marek Vasut Date: Thu, 3 May 2012 05:47:21 +0000 (+0000) Subject: M28: Enable FDT support X-Git-Tag: KARO-2012-06-14~24^2~80 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6725ebdff566df1e7bb137f03e775b9339595e5f;p=karo-tx-uboot.git M28: Enable FDT support This will eventually be needed with Linux 3.5, which will be the point when MXS will be switched to FDT. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Stefano Babic Cc: Fabio Estevam --- diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 39d6a071eb..40845d3e73 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -43,6 +43,8 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_ARCH_MISC_INIT +#define CONFIG_OF_LIBFDT + /* * SPL */