mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 20:49:56 +01:00
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
|