From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sun, 13 Apr 2008 23:31:12 -0400 Subject: [U-Boot-Users] [PATCH] Fix 8xx build to conditionally compile fdt.o In-Reply-To: <20080414010936.D153B247E9@gemini.denx.de> References: <20080414010936.D153B247E9@gemini.denx.de> Message-ID: <4802D000.6050005@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 Wolfgang Denk wrote: > In message <20080330020631.GA3868@cideas.com> you wrote: >> Change to COBJS-y method so that the fdt.o library can be properly >> conditionally compiled. Without this change, the mpc8xx boards that >> don't use CONFIG_OF_LIBFDT still build the fdt.o, causing code bloat >> and compile warnings. >> >> Signed-off-by: Gerald Van Baren > > Unfortunately this doesn't apply any more. Could you please rebase and > resubmit? Thanks in advance. > > Best regards, > > Wolfgang Denk Hi Wolfgang, I abandoned this patch, Jean-Christoph wrote a better version that I picked up and *has been already applied* to u-boot master repo by way of the u-boot-fdt repo. Reference: Thanks, gvb