Update aristainetos board to Kconfig
aristainetos board was merged in u-boot-imx before Kconfig was integrated, but it is not yet mainline. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Heiko Schocher <hs@denx.de> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
19
board/aristainetos/Kconfig
Normal file
19
board/aristainetos/Kconfig
Normal file
@@ -0,0 +1,19 @@
|
||||
if TARGET_ARISTAINETOS
|
||||
|
||||
config SYS_CPU
|
||||
string
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
default "aristainetos"
|
||||
|
||||
config SYS_SOC
|
||||
string
|
||||
default "mx6"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "aristainetos"
|
||||
|
||||
endif
|
||||
6
board/aristainetos/MAINTAINERS
Normal file
6
board/aristainetos/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
ARISTAINETOS BOARD
|
||||
M: Heiko Schocher <hs@denx.de>
|
||||
S: Maintained
|
||||
F: board/aristainetos/
|
||||
F: include/configs/aristainetos.h
|
||||
F: configs/aristainetos_defconfig
|
||||
Reference in New Issue
Block a user