]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Remove CONFIG_CMD_SETGETDCR command
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 13:11:54 +0000 (15:11 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 15:13:29 +0000 (17:13 +0200)
Not necessary to disable this command. It is not enabled at all.

Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/zynq_afx.h
include/configs/zynq_cseflash.h
include/configs/zynq_ep107.h
include/configs/zynq_zc70x.h
include/configs/zynq_zc770.h
include/configs/zynq_zed.h

index 17b43d81be54748c2cc349d80ce9544380a0426f..d6f0759cd82ba68e8ba7d326f6e702e683909f46 100644 (file)
@@ -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
index b99617c0801783ab8ed365ec0a831285638490a4..406fd6e365b9c9325cfabb351504b365bbcbcce7 100644 (file)
@@ -26,7 +26,6 @@
 
 
 
-#undef CONFIG_CMD_SETGETDCR    /* README says 4xx only */
 #undef CONFIG_CMD_EDITENV
 #undef CONFIG_CMD_SAVEENV
 
index 06ff2e69c79ccdabe5b40b4045f90d29965f9806..e49291cad0b70c2c20cf1270bf3032df887b1ef2 100644 (file)
@@ -68,8 +68,6 @@
                "go 0x8000\0"
 
 
-#undef CONFIG_CMD_SETGETDCR    /* README says 4xx only */
-
 #define CONFIG_TIMESTAMP       /* print image timestamp on bootm, etc */
 
 
index 7dc8cb85e02d9d9e59940b32687f389546298c4c..a97fae47d677bf90bacab79b9eba613dafabe5c8 100644 (file)
@@ -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 */
index 2903bc5e8d4117c6b705d22b80a4da937e3d9181..efe5080f30010a1d8a7df6a36395aa32885d286b 100644 (file)
@@ -49,8 +49,6 @@
 #include <configs/zynq_common.h>
 
 
-#undef CONFIG_CMD_SETGETDCR    /* README says 4xx only */
-
 #define CONFIG_TIMESTAMP       /* print image timestamp on bootm, etc */
 
 
index 0f54f78de4c260ad71bc588cf41f5d9210be7d01..63c2db2882a6e61699a886bd2acc908107087137 100644 (file)
@@ -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