From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Fri, 06 Jul 2007 08:59:53 -0500 Subject: [U-Boot-Users] Fix problem with get/setdcr commands introduced by cfg patches In-Reply-To: Your message of "Fri, 06 Jul 2007 15:52:33 +0200." <200707061552.33717.sr@denx.de> References: <200707060945.47900.sr@denx.de> <200707061552.33717.sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de So, like, the other day Stefan Roese mumbled: > > I have no problems with just using: > > #if defined(CONFIG_4xx) && defined(CONFIG_CMD_SETGETDCR) > > here. But we had: > > #if defined(CONFIG_4xx) && defined(CFG_CMD_SETGETDCR) D'oh. That's just my brain-damage and late night drinking. :-) You are in a twisty maze of #defines all alike... > So this couldn't work. I'll bet not... > Feel free to clean this up with your next patchset. Will do! jdl