u-boot-brain/board/mpl/pip405/Kconfig
Tom Rini 60c629b836 PowerPC: Update last users of CONFIG_ISO_STRING to Kconfig
There are a few boards that use CONFIG_ISO_STRING as part of a sanity
check during firmware update at run time.  Move this string to Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
2016-09-20 09:30:26 -04:00

16 lines
187 B
Plaintext

if TARGET_PIP405
config SYS_BOARD
default "pip405"
config SYS_VENDOR
default "mpl"
config SYS_CONFIG_NAME
default "PIP405"
config ISO_STRING
string
default "MEV-10066-001"
endif