60c629b836
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>
16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
if TARGET_PATI
|
|
|
|
config SYS_BOARD
|
|
default "pati"
|
|
|
|
config SYS_VENDOR
|
|
default "mpl"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "PATI"
|
|
|
|
config ISO_STRING
|
|
string
|
|
default "MEV-10084-001"
|
|
endif
|