Skip to content
Snippets Groups Projects
  1. Sep 19, 2011
  2. Sep 13, 2011
  3. Sep 12, 2011
  4. Sep 11, 2011
  5. Sep 10, 2011
  6. Sep 09, 2011
    • Wolfgang Denk's avatar
      UBIFS: fix warning: format '%lX' expects type 'long unsigned int' · aaf6935b
      Wolfgang Denk authored
      
      Commit 46d7274c "UBIFS: Change ubifsload to set the filesize variable"
      introduced the follwing compiler warning:
      
      ubifs.c: In function 'ubifs_load':
      ubifs.c:742: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'u32'
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Bastian Ruppert <Bastian.Ruppert@Sewerin.de>
      aaf6935b
    • Wolfgang Denk's avatar
      Fix warning: "assert" redefined · 5ae0dea3
      Wolfgang Denk authored
      
      Commit 21726a7a "Add assert() for debug assertions" caused build
      warnings for many systems:
      
      In file included from bedbug.c:6:
      /home/wd/git/u-boot/work/include/bedbug/bedbug.h:24:1: warning: "assert" redefined
      In file included from bedbug.c:3:
      /home/wd/git/u-boot/work/include/common.h:144:1: warning: this is the location of the previous definition
      In file included from cmd_bedbug.c:10:
      /home/wd/git/u-boot/work/include/bedbug/bedbug.h:24:1: warning: "assert" redefined
      In file included from cmd_bedbug.c:5:
      /home/wd/git/u-boot/work/include/common.h:144:1: warning: this is the location of the previous definition
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      5ae0dea3
    • Wolfgang Denk's avatar
      Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx · d786882d
      Wolfgang Denk authored
      * 'master' of git://git.denx.de/u-boot-mpc85xx:
        powerpc/mpc8610hpcd: set pci1_hose.config_table after fsl_setup_hose
        powerpc/mpc8548cds: set pci1_hose.config_table after fsl_setup_hose
        powerpc/mpc8568mds: set pci1_hose.config_table after fsl_setup_hose
      d786882d
    • Greg Ungerer's avatar
      CM4000: fix broken flash base for OpenGear boards · 297f18ac
      Greg Ungerer authored
      
      Use _bss_start_ofs as the size of the boot loader code+data that we want
      to protect in the flash. This replaces use of the no longer defined
      _armboot_start.
      
      Fixes:
      
      flash.c: In function ‘flash_init’:
      flash.c:75: error: ‘_bss_start’ undeclared (first use in this function)
      flash.c:75: error: (Each undeclared identifier is reported only once
      flash.c:75: error: for each function it appears in.)
      flash.c:75: error: ‘_armboot_start’ undeclared (first use in this function)
      
      Signed-off-by: default avatar <greg.ungerer@opengear.com>
      297f18ac
    • Greg Ungerer's avatar
      CM4000: fix missing RAM definitions for OpenGear boards · a34ebbda
      Greg Ungerer authored
      
      The OpenGear boards CM4008, CM4116 and CM4148 need their DRAM base
      and RAM stack base addresses defined.
      
      Fixes:
      
      board.c: In function ‘__dram_init_banksize’:
      board.c:227: error: ‘CONFIG_SYS_SDRAM_BASE’ undeclared (first use in this function)
      board.c:227: error: (Each undeclared identifier is reported only once
      board.c:227: error: for each function it appears in.)
      board.c: In function ‘board_init_f’:
      board.c:270: error: ‘CONFIG_SYS_INIT_SP_ADDR’ undeclared (first use in this function)
      board.c:303: error: ‘CONFIG_SYS_SDRAM_BASE’ undeclared (first use in this function)
      
      Signed-off-by: default avatarGreg Ungerer <greg.ungerer@opengear.com>
      a34ebbda
    • Greg Ungerer's avatar
      KS8695: move TIMER_ definitions before code use · 3a52cfa5
      Greg Ungerer authored
      
      Move the TIMER_ definitions before they are used in KS8695 timer.c code.
      Fixes:
      
      timer.c: In function ‘timer_init’:
      timer.c:37: error: ‘TIMER_COUNT’ undeclared (first use in this function)
      timer.c:37: error: (Each undeclared identifier is reported only once
      timer.c:37: error: for each function it appears in.)
      timer.c:38: error: ‘TIMER_PULSE’ undeclared (first use in this function)
      
      Signed-off-by: default avatarGreg Ungerer <greg.ungerer@opengear.com>
      3a52cfa5
    • Vladimir Zapolskiy's avatar
      phylib: remove a couple of redundant code lines · 041c5422
      Vladimir Zapolskiy authored
      
      This change slightly improves readability of the phydev speed/duplex
      assignment logic.
      
      Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
      Acked-by: default avatarDetlev Zundel <dzu@denx.de>
      041c5422
Loading