From: Marek Vasut Date: Thu, 3 Apr 2014 22:41:03 +0000 (+0200) Subject: arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD X-Git-Tag: v2014.07-rc2~9^2~3^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0782bdf89878f3b4806b127b60f8d0e72c195354;p=u-boot arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD Signed-off-by: Marek Vasut --- diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index bb1fa44d80..3e387c42dd 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -7,7 +7,6 @@ #ifndef __CONFIGS_M28EVK_H__ #define __CONFIGS_M28EVK_H__ - /* System configurations */ #define CONFIG_MX28 /* i.MX28 SoC */ #define MACH_TYPE_M28EVK 3613 diff --git a/include/configs/mxs.h b/include/configs/mxs.h index ba55177e72..8bce28fe20 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -40,6 +40,7 @@ /* * CPU specifics */ +#define CONFIG_SYS_GENERIC_BOARD /* MXS uses FDT */ #define CONFIG_OF_LIBFDT