diff mbox

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

Message ID 1424692298-8251-1-git-send-email-fabio.estevam@freescale.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Feb. 23, 2015, 11:51 a.m. UTC
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(+)

Comments

Anatolij Gustschin Feb. 23, 2015, 1:10 p.m. UTC | #1
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>
Tom Rini Feb. 25, 2015, 12:05 a.m. UTC | #2
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!
diff mbox

Patch

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