mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
829d6465b0
Enable TI_COMMON_CMD_OPTIONS and remove similar options from the defconfig. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
14 lines
189 B
Text
14 lines
189 B
Text
if TARGET_OMAP3_IGEP00X0
|
|
|
|
config SYS_BOARD
|
|
default "igep00x0"
|
|
|
|
config SYS_VENDOR
|
|
default "isee"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap3_igep00x0"
|
|
|
|
source "board/ti/common/Kconfig"
|
|
|
|
endif
|