From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 3 Sep 2015 14:54:03 -0400 Subject: [U-Boot] [PATCH 2/3] ti814x_evm: Switch to SYS_GENERIC_BOARD In-Reply-To: <1441306444-15745-1-git-send-email-trini@konsulko.com> References: <1441306444-15745-1-git-send-email-trini@konsulko.com> Message-ID: <1441306444-15745-2-git-send-email-trini@konsulko.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Take over maintainership as well. Not tested as PG2.0 (which I have) needs additional work over PG1.0 (which Matt has). Cc: Matt Porter Signed-off-by: Tom Rini --- board/ti/ti814x/MAINTAINERS | 2 +- include/configs/ti814x_evm.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/board/ti/ti814x/MAINTAINERS b/board/ti/ti814x/MAINTAINERS index e39b253..b2ee39e 100644 --- a/board/ti/ti814x/MAINTAINERS +++ b/board/ti/ti814x/MAINTAINERS @@ -1,5 +1,5 @@ TI814X BOARD -M: Matt Porter +M: Tom Rini S: Maintained F: board/ti/ti814x/ F: include/configs/ti814x_evm.h diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 7fa35a1..ceeb7fe 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -21,6 +21,7 @@ #define CONFIG_SYS_NO_FLASH #define CONFIG_OMAP #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD #include -- 1.7.9.5