From 60c629b836fb6b6ae79e4e0663977056d75de198 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 19 Sep 2016 22:02:46 -0400 Subject: 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 --- include/configs/PATI.h | 3 --- include/configs/PIP405.h | 6 ------ 2 files changed, 9 deletions(-) (limited to 'include') diff --git a/include/configs/PATI.h b/include/configs/PATI.h index 880246e7441..ebabdffc31a 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -252,7 +252,4 @@ */ #define CONFIG_SYS_DER 0x00000000 -#define VERSION_TAG "released" -#define CONFIG_ISO_STRING "MEV-10084-001" - #endif /* __CONFIG_H */ diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 9ace443451a..7d08f0c5d91 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 */ -- cgit v1.3.1