mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
4c55208350
Use standard configuration logic to define EEPROM constants. Names are based on VPD_EEPROM_ prefix because EEPROM_ is already used by i2c_eeprom driver. Signed-off-by: Denis Zalevskiy <denis.zalevskiy@ge.com> Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
20 lines
263 B
Text
20 lines
263 B
Text
if TARGET_GE_BX50V3
|
|
|
|
config IMX_CONFIG
|
|
default "board/ge/bx50v3/bx50v3.cfg"
|
|
|
|
config SYS_BOARD
|
|
default "bx50v3"
|
|
|
|
config SYS_VENDOR
|
|
default "ge"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ge_bx50v3"
|
|
|
|
source "board/ge/common/Kconfig"
|
|
|
|
endif
|