[U-Boot] [PATCH 1/3] mx31ads: Convert to generic board

Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/mx31ads.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 0f4bd91..bed071f 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -14,6 +14,8 @@ /* High Level Configuration Options */ #define CONFIG_MX31 1 /* This is a mx31 */
+#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO

Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Cc: Anatolij Gustschin agust@denx.de Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/imx31_phycore.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 4195fa3..49039d6 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -18,6 +18,8 @@ #define CONFIG_MX31 /* This is a mx31 */ #define CONFIG_MX31_CLK32 32000
+#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO

On Mon, 23 Feb 2015 08:51:37 -0300 Fabio Estevam fabio.estevam@freescale.com wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Cc: Anatolij Gustschin agust@denx.de Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Acked-by: Anatolij Gustschin agust@denx.de
Thanks,
Anatolij

On Mon, Feb 23, 2015 at 08:51:37AM -0300, Fabio Estevam wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Cc: Anatolij Gustschin agust@denx.de Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot/master, thanks!

Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Cc: Matthias Weisser weisserm@arcor.de Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/zmx25.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index 356ac88..342fa2c 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -15,6 +15,8 @@ #define CONFIG_MX25 #define CONFIG_SYS_TEXT_BASE 0xA0000000
+#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_SYS_TIMER_RATE 32768 #define CONFIG_SYS_TIMER_COUNTER \ (&((struct gpt_regs *)IMX_GPT1_BASE)->counter)

On Mon, Feb 23, 2015 at 08:51:38AM -0300, Fabio Estevam wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Cc: Matthias Weisser weisserm@arcor.de Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot/master, thanks!

On Mon, 23 Feb 2015 08:51:36 -0300 Fabio Estevam fabio.estevam@freescale.com wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Acked-by: Anatolij Gustschin agust@denx.de

On Mon, Feb 23, 2015 at 08:51:36AM -0300, Fabio Estevam wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot/master, thanks!
participants (3)
-
Anatolij Gustschin
-
Fabio Estevam
-
Tom Rini