aboutsummaryrefslogtreecommitdiff
path: root/board/mpl/pip405
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-09-19 22:02:46 -0400
committerTom Rini <trini@konsulko.com>2016-09-20 09:30:26 -0400
commit60c629b836fb6b6ae79e4e0663977056d75de198 (patch)
tree517b998dffaae9ccd2c4999815ba0e2af0dc6a7b /board/mpl/pip405
parentadf32adb706760b1c527d0d4d6b4976b36f19338 (diff)
downloadu-boot-60c629b836fb6b6ae79e4e0663977056d75de198.zip
u-boot-60c629b836fb6b6ae79e4e0663977056d75de198.tar.gz
u-boot-60c629b836fb6b6ae79e4e0663977056d75de198.tar.bz2
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>
Diffstat (limited to 'board/mpl/pip405')
-rw-r--r--board/mpl/pip405/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/mpl/pip405/Kconfig b/board/mpl/pip405/Kconfig
index f485367..e7ae6af 100644
--- a/board/mpl/pip405/Kconfig
+++ b/board/mpl/pip405/Kconfig
@@ -9,4 +9,7 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "PIP405"
+config ISO_STRING
+ string
+ default "MEV-10066-001"
endif