Re: [U-Boot-Users] [PATCH] 86xx: Convert sbc8641d to use libfdt.

2008-02-18 Thread Jon Loeliger
Jon Loeliger wrote: > Wolfgang, > > Although the sbc8641d isn't really a FSL board, I'm > going to include this patch in my -mpc86xx repository > as this board will need to be brought up-to-date to > fix the rest of the 86xx board builds now too. > > Built on all 86xx boards, booted and tested o

[U-Boot-Users] [PATCH] 86xx: Convert sbc8641d to use libfdt.

2008-02-18 Thread Jon Loeliger
This is the proper fix for a missing closing brace in the function ft_cpu_setup() noticed by joe.hamman embeddedspecialties.com. The ft_cpu_setup() function in mpc8641hpcn.c should have been removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE, but was missed. Only, the sbc8641d was n