From f458c8dac463d0a6037d4ecdbe59f07c4df34ad4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 3 Sep 2015 14:54:04 -0400 Subject: [PATCH] ti816x: Switch to SYS_GENERIC_BOARD Tested on my TI186x rev E. (PG2.0) and take over maintainership. Signed-off-by: Tom Rini Reviewed-by: Simon Glass Tested-by: Simon Glass --- board/ti/ti816x/MAINTAINERS | 2 +- include/configs/ti816x_evm.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/board/ti/ti816x/MAINTAINERS b/board/ti/ti816x/MAINTAINERS index d3de144..fd9a98f 100644 --- a/board/ti/ti816x/MAINTAINERS +++ b/board/ti/ti816x/MAINTAINERS @@ -1,5 +1,5 @@ TI816X BOARD -#M: - +M: Tom Rini S: Maintained F: board/ti/ti816x/ F: include/configs/ti816x_evm.h diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h index 01d8233..4c19289 100644 --- a/include/configs/ti816x_evm.h +++ b/include/configs/ti816x_evm.h @@ -15,6 +15,7 @@ #define CONFIG_SYS_NO_FLASH #define CONFIG_OMAP #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_ARCH_CPU_INIT -- 2.7.4