From 175b39dfb9f358a93f884eb545a787f981ffe79c Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 24 Sep 2012 15:11:54 +0200 Subject: [PATCH] zynq: Remove CONFIG_CMD_SETGETDCR command Not necessary to disable this command. It is not enabled at all. Signed-off-by: Michal Simek --- include/configs/zynq_afx.h | 1 - include/configs/zynq_cseflash.h | 1 - include/configs/zynq_ep107.h | 2 -- include/configs/zynq_zc70x.h | 1 - include/configs/zynq_zc770.h | 2 -- include/configs/zynq_zed.h | 2 -- 6 files changed, 9 deletions(-) diff --git a/include/configs/zynq_afx.h b/include/configs/zynq_afx.h index 17b43d81be5..d6f0759cd82 100644 --- a/include/configs/zynq_afx.h +++ b/include/configs/zynq_afx.h @@ -32,7 +32,6 @@ -#undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ #define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/zynq_cseflash.h b/include/configs/zynq_cseflash.h index b99617c0801..406fd6e365b 100644 --- a/include/configs/zynq_cseflash.h +++ b/include/configs/zynq_cseflash.h @@ -26,7 +26,6 @@ -#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 06ff2e69c79..e49291cad0b 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -68,8 +68,6 @@ "go 0x8000\0" -#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 7dc8cb85e02..a97fae47d67 100644 --- a/include/configs/zynq_zc70x.h +++ b/include/configs/zynq_zc70x.h @@ -31,7 +31,6 @@ #define CONFIG_CMD_SAVEENV /* Command to save ENV to Flash */ -#undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ #define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 2903bc5e8d4..efe5080f300 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -49,8 +49,6 @@ #include -#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 0f54f78de4c..63c2db2882a 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" -#undef CONFIG_CMD_SETGETDCR /* README says 4xx only */ - #define CONFIG_TIMESTAMP /* print image timestamp on bootm, etc */ #define CONFIG_AUTO_COMPLETE -- 2.47.3