Skip to content
Snippets Groups Projects
  1. Oct 26, 2010
  2. Oct 25, 2010
  3. Oct 24, 2010
    • Wolfgang Denk's avatar
      hcu4, hcu5: fix out of tree building · 1339657a
      Wolfgang Denk authored
      
      Out of tree building of the Netstal hcu4 and hcu5 boards failed like
      that:
      
      Assembler messages:
      Fatal error: can't create /work/wd/tmp-ppc/board/netstal/hcu4/../common/fixed_sdram.o: No such file or directory
      Assembler messages:
      Fatal error: can't create /work/wd/tmp-ppc/board/netstal/hcu4/../common/nm_bsp.o: No such file or directory
      make[1]: *** [/work/wd/tmp-ppc/board/netstal/hcu4/../common/fixed_sdram.o] Error 2
      
      Adapt (and simplify) the respective Makefiles.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Niklaus Giger <niklaus.giger@netstal.com>
      1339657a
    • Wolfgang Denk's avatar
      MPC8315ERD: fix build error · 1db3fca7
      Wolfgang Denk authored
      
      Commit 29c6fbe0 "MPC5121: Add USB EHCI support" renamed
      CONFIG_SYS_MPC8xxx_USB_ADDR into CONFIG_SYS_FSL_USB_ADDR but missed
      to update arch/powerpc/cpu/mpc83xx/cpu_init.c, resulting in:
      
      cpu_init.c: In function 'cpu_init_f':
      cpu_init.c:332: error: 'CONFIG_SYS_MPC8xxx_USB_ADDR' undeclared (first use in this function)
      cpu_init.c:332: error: (Each undeclared identifier is reported only once
      cpu_init.c:332: error: for each function it appears in.)
      make[1]: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc83xx/cpu_init.o] Error 1
      
      Fix this.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Kim Phillips <kim.phillips@freescale.com>
      1db3fca7
    • Wolfgang Denk's avatar
      VoVPN-GW_100MHz: drop unsupported board configuration · 26fe3d2b
      Wolfgang Denk authored
      
      The 100MHz configuation of the VoVPN-GW has never been supported, so
      drop it now.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      26fe3d2b
    • Wolfgang Denk's avatar
      lite5200b_PM: fix compile warning · bc5e1701
      Wolfgang Denk authored
      
      Fix warning:
      
      icecube.c: In function 'lite5200b_wakeup':
      icecube.c:83: warning: format '%08lx' expects type 'long unsigned int', but argument 2 has type 'void (*)(void)'
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      bc5e1701
  4. Oct 23, 2010
  5. Oct 22, 2010
Loading