From: Michal Simek Date: Mon, 24 Sep 2012 13:15:09 +0000 (+0200) Subject: zynq: Remove CONFIG_TIMESTAMP X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f312d56b4b8e292c6dbfbbdd724aa79a3653b13e;p=thirdparty%2Fu-boot.git zynq: Remove CONFIG_TIMESTAMP Not needed. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq_afx.h b/include/configs/zynq_afx.h index d6f0759cd82..410b2a1b470 100644 --- a/include/configs/zynq_afx.h +++ b/include/configs/zynq_afx.h @@ -30,9 +30,6 @@ #include - - -#define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 3f7f3aae8e7..e65946baee6 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -127,8 +127,6 @@ # define CONFIG_PANIC_HANG #endif - - #include #define CONFIG_SYS_TEXT_BASE 0x04000000 diff --git a/include/configs/zynq_cseflash.h b/include/configs/zynq_cseflash.h index 406fd6e365b..0d575a0c51c 100644 --- a/include/configs/zynq_cseflash.h +++ b/include/configs/zynq_cseflash.h @@ -57,8 +57,6 @@ #undef CONFIG_GZIP #undef CONFIG_ZLIB -//#define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ - //#define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index e49291cad0b..fef11037c50 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -67,10 +67,6 @@ "tftp 0x800000 ramdisk8M.image.gz;" \ "go 0x8000\0" - -#define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ - - #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/zynq_zc70x.h b/include/configs/zynq_zc70x.h index a97fae47d67..62dbef224c9 100644 --- a/include/configs/zynq_zc70x.h +++ b/include/configs/zynq_zc70x.h @@ -32,10 +32,6 @@ #define CONFIG_CMD_SAVEENV /* Command to save ENV to Flash */ - -#define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ - - #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_LONGHELP diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index efe5080f300..3fa3bce0cb0 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -49,9 +49,6 @@ #include -#define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ - - #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/zynq_zed.h b/include/configs/zynq_zed.h index 63c2db2882a..a01808464a4 100644 --- a/include/configs/zynq_zed.h +++ b/include/configs/zynq_zed.h @@ -52,8 +52,6 @@ "tftp 0x800000 ramdisk8M.image.gz;" \ "go 0x8000\0" -#define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ - #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING