mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ti816x: Switch to SYS_GENERIC_BOARD
Tested on my TI186x rev E. (PG2.0) and take over maintainership. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
aeca15dcb3
commit
f458c8dac4
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
TI816X BOARD
|
||||
#M: -
|
||||
M: Tom Rini <trini@konsulko.com>
|
||||
S: Maintained
|
||||
F: board/ti/ti816x/
|
||||
F: 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue