From: Michal Simek Date: Mon, 24 Sep 2012 13:03:58 +0000 (+0200) Subject: zynq: Remove CONFIG_REGINFO X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d90f5a50c727c11a18492a4ba7658e781e61d436;p=thirdparty%2Fu-boot.git zynq: Remove CONFIG_REGINFO This symbol doesn't exists. Only CONFIG_CMD_REGINFO Signed-off-by: Michal Simek --- 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 */