mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 01:53:27 +08: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>
15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
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
|