diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-19 22:02:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-20 09:30:26 -0400 |
commit | 60c629b836fb6b6ae79e4e0663977056d75de198 (patch) | |
tree | 517b998dffaae9ccd2c4999815ba0e2af0dc6a7b /include/configs/PIP405.h | |
parent | adf32adb706760b1c527d0d4d6b4976b36f19338 (diff) |
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 'include/configs/PIP405.h')
-rw-r--r-- | include/configs/PIP405.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 9ace443451..7d08f0c5d9 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -333,10 +333,4 @@ ************************************************************/ #define CONFIG_BZIP2 1 -/************************************************************ - * Ident - ************************************************************/ -#define VERSION_TAG "released" -#define CONFIG_ISO_STRING "MEV-10066-001" - #endif /* __CONFIG_H */ |