From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 05 Jul 2007 06:36:52 -0400 Subject: [U-Boot-Users] [PATCH 15/17] Create new fdt boardsetup command, fix bug parsing [] form of set values. In-Reply-To: References: <20070705012113.GP21474@cideas.com> Message-ID: <468CC9C4.7060501@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 Grant Likely wrote: > On 7/4/07, Jerry Van Baren wrote: >> @@ -62,17 +58,6 @@ int fdt_chosen(void *fdt, ulong initrd_start, ulong >> initrd_end, int force) >> return err; >> } >> >> -#ifdef CONFIG_OF_BOARD_SETUP >> - /* >> - * ft_board_setup() sets various board-specific properties to >> - * the proper values. >> - * >> - * STRICTLY SPEAKING, this is out of place, but it isn't clear >> - * where a better place would be. >> - */ >> - ft_board_setup(fdt, bd); >> -#endif >> - > > Wasn't this code just added in an earlier patch in this series? :-) > > Cheers, > g. Yes, I took two steps - one to make it work and one to do it right and didn't go back and consolidate the two in the patches. Patch 15/17 adds the "fdt boardsetup" command which allowed me to remove this ugly. Best regards, gvb