From d90f5a50c727c11a18492a4ba7658e781e61d436 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 24 Sep 2012 15:03:58 +0200 Subject: [PATCH] zynq: Remove CONFIG_REGINFO This symbol doesn't exists. Only CONFIG_CMD_REGINFO Signed-off-by: Michal Simek --- include/configs/zynq_afx.h | 1 - include/configs/zynq_cseflash.h | 1 - include/configs/zynq_ep107.h | 1 - include/configs/zynq_zc70x.h | 1 - include/configs/zynq_zc770.h | 1 - include/configs/zynq_zed.h | 1 - 6 files changed, 6 deletions(-) diff --git a/include/configs/zynq_afx.h b/include/configs/zynq_afx.h index cf939c54af0..eeb374c0b4c 100644 --- a/include/configs/zynq_afx.h +++ b/include/configs/zynq_afx.h @@ -30,7 +30,6 @@ -#define CONFIG_REGINFO /* Again, debugging */ #undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ #define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ #define CONFIG_PANIC_HANG /* For development/debugging */ diff --git a/include/configs/zynq_cseflash.h b/include/configs/zynq_cseflash.h index 0a854160d18..e5189056ef2 100644 --- a/include/configs/zynq_cseflash.h +++ b/include/configs/zynq_cseflash.h @@ -24,7 +24,6 @@ -#undef CONFIG_REGINFO /* Again, debugging */ #undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ #undef CONFIG_CMD_EDITENV #undef CONFIG_CMD_SAVEENV diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index d18467376e1..df2c2962021 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -66,7 +66,6 @@ "go 0x8000\0" -#define CONFIG_REGINFO /* Again, debugging */ #undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ #define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ diff --git a/include/configs/zynq_zc70x.h b/include/configs/zynq_zc70x.h index ac4894af625..e2c9c2b3024 100644 --- a/include/configs/zynq_zc70x.h +++ b/include/configs/zynq_zc70x.h @@ -29,7 +29,6 @@ #define CONFIG_CMD_SAVEENV /* Command to save ENV to Flash */ -#define CONFIG_REGINFO /* Again, debugging */ #undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 054a6a5e2bc..6fe8559b8d3 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -47,7 +47,6 @@ #include -#define CONFIG_REGINFO /* Again, debugging */ #undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ #define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ diff --git a/include/configs/zynq_zed.h b/include/configs/zynq_zed.h index 99c55f19687..f625e3f03b2 100644 --- a/include/configs/zynq_zed.h +++ b/include/configs/zynq_zed.h @@ -50,7 +50,6 @@ "tftp 0x800000 ramdisk8M.image.gz;" \ "go 0x8000\0" -#define CONFIG_REGINFO /* Again, debugging */ #undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ #define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ -- 2.47.3