diff options
| author | Tom Rini <[email protected]> | 2015-09-03 14:54:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-09-15 13:55:23 -0400 |
| commit | f458c8dac463d0a6037d4ecdbe59f07c4df34ad4 (patch) | |
| tree | ab76cddec8a46834e1e28865a96b483243331a43 | |
| parent | aeca15dcb32511fa7754a829501e87c671673722 (diff) | |
ti816x: Switch to SYS_GENERIC_BOARD
Tested on my TI186x rev E. (PG2.0) and take over maintainership.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
| -rw-r--r-- | board/ti/ti816x/MAINTAINERS | 2 | ||||
| -rw-r--r-- | include/configs/ti816x_evm.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/board/ti/ti816x/MAINTAINERS b/board/ti/ti816x/MAINTAINERS index d3de144bc21..fd9a98fc762 100644 --- a/board/ti/ti816x/MAINTAINERS +++ b/board/ti/ti816x/MAINTAINERS @@ -1,5 +1,5 @@ TI816X BOARD -#M: - +M: Tom Rini <[email protected]> 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 01d82337415..4c192896ad6 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 |
