From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 15 Aug 2007 19:49:02 -0400 Subject: [U-Boot-Users] [PATCH] Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards In-Reply-To: <46C38EE4.2030707@gmail.com> References: <11872170563143-git-send-email-afleming@freescale.com> <46C38EE4.2030707@gmail.com> Message-ID: <46C390EE.3040704@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jerry Van Baren wrote: > Andy Fleming wrote: >> The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed" >> neglected to *also* put the code inside the similar #ifdef >> for CONFIG_OF_FLAT_TREE. >> >> Signed-off-by: Andy Fleming > > I figured if you weren't interested in the CONFIG_OF_FLAT_TREE case, I > *definitely* wasn't. ;-) Oops, you _did_ have it in _all_ build configurations and my change moved it to only one configuration, so it _was_ my fault that it dropped out of the CONFIG_OF_FLAT_TREE case. As the saying goes: it is better to sit silently and have people think you are stupid than to hit the button and confirm it... gvb