diff options
| author | Tom Rini <[email protected]> | 2015-09-03 14:54:03 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-09-15 13:55:22 -0400 |
| commit | aeca15dcb32511fa7754a829501e87c671673722 (patch) | |
| tree | 824e032b02739fdc7d8fcd69beef0ca921ea2e1d | |
| parent | 46e950a786238ecc08d803f2040a84a2d2361b76 (diff) | |
ti814x_evm: Switch to SYS_GENERIC_BOARD
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
| -rw-r--r-- | board/ti/ti814x/MAINTAINERS | 2 | ||||
| -rw-r--r-- | include/configs/ti814x_evm.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/board/ti/ti814x/MAINTAINERS b/board/ti/ti814x/MAINTAINERS index e39b253d256..b2ee39e8a33 100644 --- a/board/ti/ti814x/MAINTAINERS +++ b/board/ti/ti814x/MAINTAINERS @@ -1,5 +1,5 @@ TI814X BOARD -M: Matt Porter <[email protected]> +M: Tom Rini <[email protected]> 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 7fa35a15425..ceeb7fe46bd 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 <asm/arch/omap.h> |
