Skip to content
Snippets Groups Projects
  1. Mar 02, 2008
  2. Feb 24, 2008
  3. Feb 23, 2008
  4. Feb 22, 2008
  5. Feb 21, 2008
  6. Feb 20, 2008
  7. Feb 19, 2008
  8. Feb 18, 2008
    • Jon Loeliger's avatar
      86xx: Convert sbc8641d to use libfdt. · 13f5433f
      Jon Loeliger authored
      
      This is the proper fix for a missing closing brace in the function
      ft_cpu_setup() noticed by joe.hamman <at> 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 nominally still using it.
      It all got ripped out, and the funcality that was in ft_board_setup()
      was refactored to remove the CPU portions into the new file
      cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
      
      Based loosely on an original patch from joe.hamman@embeddedspecialties.com
      
      Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
      13f5433f
Loading