u-boot/board/mpl/mip405/Kconfig

18 lines
266 B
Plaintext

if TARGET_MIP405 || TARGET_MIP405T
config SYS_BOARD
default "mip405"
config SYS_VENDOR
default "mpl"
config SYS_CONFIG_NAME
default "MIP405"
config ISO_STRING
string
default "MEV-10082-001" if TARGET_MIP405T
default "MEV-10072-001" if TARGET_MIP405
endif