u-boot-brain/board/isee/igep00x0/Kconfig
Enric Balletbo i Serra 829d6465b0 omap3: igep00x0: Switch to using TI_COMMON_CMD_OPTION
Enable TI_COMMON_CMD_OPTIONS and remove similar options
from the defconfig.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
2019-01-15 15:28:42 -05:00

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