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 --- board/mpl/pati/Kconfig | 3 +++ board/mpl/pati/pati.h | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'board/mpl/pati') diff --git a/board/mpl/pati/Kconfig b/board/mpl/pati/Kconfig index b141da3..0eeaf70 100644 --- a/board/mpl/pati/Kconfig +++ b/board/mpl/pati/Kconfig @@ -9,4 +9,7 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "PATI" +config ISO_STRING + string + default "MEV-10084-001" endif diff --git a/board/mpl/pati/pati.h b/board/mpl/pati/pati.h index 2938056..93a5918 100644 --- a/board/mpl/pati/pati.h +++ b/board/mpl/pati/pati.h @@ -203,7 +203,6 @@ #if defined(CONFIG_TARGET_MIP405) || defined(CONFIG_TARGET_MIP405T) #define PATI_FIRMWARE_START_OFFSET 0x00300000 -#define PATI_ISO_STRING "MEV-10084-001" #endif #define PATI_ENDIAN_MODE 0x3E -- cgit v1.1