1. 11 12月, 2011 15 次提交
    • W
      ARM: convert "omap730p2" boards to boards.cfg · b9f31cc4
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Dave Peverley <dpeverley@mpc-data.co.uk>
      Acked-by: NTom Rini <trini@ti.com>
      b9f31cc4
    • W
      board/ti/omap730p2/flash.c: Fix GCC 4.6 build warnings · f23b7ea0
      Wolfgang Denk 提交于
      Fix:
      flash.c: In function 'flash_get_offsets':
      flash.c:122:10: warning: variable 'pOrgDef' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'flash_erase':
      flash.c:263:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'write_data':
      flash.c:439:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Dave Peverley <dpeverley@mpc-data.co.uk>
      Acked-by: NTom Rini <trini@ti.com>
      f23b7ea0
    • W
      ARM: convert "omap16xx" boards to boards.cfg · c81f9cdd
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Kshitij Gupta <kshitij@ti.com>
      Acked-by: NTom Rini <trini@ti.com>
      c81f9cdd
    • W
      board/ti/omap1610inn/flash.c: Fix GCC 4.6 build warnings · 2ccf26da
      Wolfgang Denk 提交于
      Fix:
      flash.c: In function 'flash_get_offsets':
      flash.c:139:10: warning: variable 'pOrgDef' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'flash_erase':
      flash.c:280:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      flash.c: In function 'write_data':
      flash.c:456:6: warning: variable 'flag' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NTom Rini <trini@ti.com>
      2ccf26da
    • W
      board/LaCie/edminiv2/edminiv2.c: Fix build warning · 85e04b7a
      Wolfgang Denk 提交于
      Fix:
      edminiv2.c: In function 'reset_phy':
      edminiv2.c:98:2: warning: implicit declaration of function
      'mv_phy_88e1116_init' [-Wimplicit-function-declaration]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Acked-by: NSimon Guinot <simon.guinot@sequanux.org>
      85e04b7a
    • W
      ARM: convert "apollon" board to use boards.cfg · a276db28
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      a276db28
    • W
      board/apollon/sys_info.c: Fix GCC 4.6 build warning · c27a816c
      Wolfgang Denk 提交于
      Fix:
      sys_info.c: In function 'display_board_info':
      sys_info.c:260:16: warning: variable 'db_s' set but not used
      [-Wunused-but-set-variable]
      
      Also fix resulting warnings:
      sys_info.c:251:7: warning: unused variable 'db_ip' [-Wunused-variable]
      sys_info.c:250:7: warning: unused variable 'db_men' [-Wunused-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      c27a816c
    • W
      board/apollon/apollon.c: Fix GCc 4.6 build warnings. · 99e54760
      Wolfgang Denk 提交于
      Fix:
      apollon.c: In function 'dram_init':
      apollon.c:188:29: warning: variable 'cpu' set but not used
      [-Wunused-but-set-variable]
      apollon.c:188:20: warning: variable 'rev' set but not used
      [-Wunused-but-set-variable]
      apollon.c:187:26: warning: variable 'size1' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      99e54760
    • W
      boards.cfg: sort list · d6709dd4
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      d6709dd4
    • W
      fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug) · 5c2db13a
      Wolfgang Denk 提交于
      Fix:
      yaffs_guts.c: In function 'yaffs_GarbageCollectBlock':
      yaffs_guts.c:2761:6: warning: variable 'retVal' set but not used
      [-Wunused-but-set-variable]
      
      Here GCC actually detected a bug.  The code was always returning OK
      instead of the previously set retrun code.  Fix that.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: William Juul <wiljuul@cisco.com>
      Cc: Scott Wood <scottwood@freescale.com>
      Acked-by: NWilliam Juul <wiljuul@cisco.com>
      5c2db13a
    • W
      drivers/net/at91_emac.c: Fix GCC 4.6 build warnings · f4962066
      Wolfgang Denk 提交于
      Fix:
      at91_emac.c: In function 'at91emac_phy_init':
      at91_emac.c:244:20: warning: variable 'duplex' set but not used
      [-Wunused-but-set-variable]
      at91_emac.c:244:13: warning: variable 'speed' set but not used
      [-Wunused-but-set-variable]
      
      Use new debug_cond() to fix these warnings.  In the result, anumber of
      inconsistent printf() formats are detected:
      
      at91_emac.c: In function 'at91emac_read':
      at91_emac.c:147:2: warning: format '%x' expects argument of type
      'unsigned int', but argument 2 has type 'struct at91_emac_t *'
      [-Wformat]
      at91_emac.c: In function 'at91emac_write':
      at91_emac.c:157:2: warning: format '%x' expects argument of type
      'unsigned int', but argument 2 has type 'struct at91_emac_t *'
      [-Wformat]
      at91_emac.c:157:2: warning: format '%x' expects argument of type
      'unsigned int', but argument 4 has type 'short unsigned int *'
      [-Wformat]
      at91_emac.c: In function 'at91emac_recv':
      at91_emac.c:451:3: warning: format '%d' expects argument of type
      'int', but argument 2 has type 'long unsigned int' [-Wformat]
      at91_emac.c:451:3: warning: format '%x' expects argument of type
      'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat]
      
      Fix these, too.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Jens Scharsig <js_at_ng@scharsoft.de>
      Cc: Andreas Bießmann <andreas.devel@gmail.com>
      Cc: Reinhard Meyer <u-boot@emk-elektronik.de>
      f4962066
    • W
      drivers/net/ne2000_base.c: Fix GCC 4.6 build warnings · 4eaf172e
      Wolfgang Denk 提交于
      Fix:
      ne2000_base.c: In function 'dp83902a_send':
      ne2000_base.c:282:7: warning: variable 'tmp' set but not used
      [-Wunused-but-set-variable]
      ne2000_base.c: In function 'dp83902a_RxEvent':
      ne2000_base.c:376:5: warning: variable 'rsr' set but not used
      [-Wunused-but-set-variable]
      ne2000_base.c: In function 'dp83902a_TxEvent':
      ne2000_base.c:513:5: warning: variable 'tsr' set but not used
      [-Wunused-but-set-variable]
      ne2000_base.c: In function 'dp83902a_ClearCounters':
      ne2000_base.c:550:17: warning: variable 'cnt3' set but not used
      [-Wunused-but-set-variable]
      ne2000_base.c:550:11: warning: variable 'cnt2' set but not used
      [-Wunused-but-set-variable]
      ne2000_base.c:550:5: warning: variable 'cnt1' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      4eaf172e
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-arm · b96a661a
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-arm:
        M28: Cleanup memsize.o OOT build
        i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28
        M28: Fix typo
        M28: Document that units has to be set to sectors on SD bootcard
        i.mx: i.mx6q: add the initial support for i.mx6q ARM2 board
        i.mx: mxc_gpio: add the i.mx6q support
        i.mx: add the initial support for freescale i.MX6Q processor
        i.mx: introduce the armv7/imx-common folder
        S5PC2XX: Rename S5pc2XX to exynos
        tegra2: Don't use board pointer before it is set up
        tegra2: Remove unneeded 'dynamic ram size' message
        tegra2: Remove unused low-level Tegra2 UART code
        tegra2: Remove unneeded config option
        tegra2: Remove unneeded boot code
        tegra2: Enable instruction cache
        arm: Move CP15 init out of cpu_init_crit()
        tegra2: Simplify tegra_start() boot path
        tegra2: Add arch_cpu_init() to fire up Cortex-A9
        tegra2: Use new GPIO APIs in gpio_config_uart()
        tegra2: Add support for Ventana
        tegra2: Modify MMC driver to handle power and cd GPIOs
        tegra2: Move board_mmc_init into board files
      b96a661a
    • W
      Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging · 84d01826
      Wolfgang Denk 提交于
      * 'agust@denx.de' of git://git.denx.de/u-boot-staging:
        Update pci_ids.h from current Linux sources
        omap: overo: Use ubifs instead of jffs2 for nand
        omap: TWL4030 Bump VMMC1 interface voltage from 3V to 3.15V
      84d01826
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx · a612ae37
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-mpc85xx:
        mpc85xx: Add board support for the eXMeritus HWW-1U-1A devices
      a612ae37
  2. 10 12月, 2011 25 次提交