mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
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>
15 lines
181 B
Text
15 lines
181 B
Text
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
|