1. 19 2月, 2009 3 次提交
    • R
      Create configuration option for restricted ns16550 functions · f5675aa5
      Ron Madrid 提交于
      This patch will create a configuration option for a minimum configuration for
      the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
      configuration option to the SIMPC8313.h config file in order to fix the NAND
      bootstrap build error.  This option will exclude all functions with exception of
      NS16550_putc and NS16550_init.  This will be used primarily to save space and
      remove unused code from builds in which space is limited.
      Signed-off-by: NRon Madrid <ron_madrid@sbcglobal.net>
      f5675aa5
    • K
      mkconfig: include board config.h before asm/config.h · 7b0bc021
      Kim Phillips 提交于
      swapping the include order suppresses warnings for board configs
      that define their own CONFIG_MAX_MEM_MAPPED:
      
      In file included from /home/r1aaha/git/u-boot/include/config.h:5,
                      from /home/r1aaha/git/u-boot/include/common.h:35,
                      from simpc8313.c:26:
      /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
      "CONFIG_MAX_MEM_MAPPED" redefined
      In file included from /home/r1aaha/git/u-boot/include/config.h:4,
                      from /home/r1aaha/git/u-boot/include/common.h:35,
                      from simpc8313.c:26:
      /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
      the location of the previous definition
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      7b0bc021
    • W
      Fix build errors after making flash_get_info() non-static · b8845abd
      Wolfgang Denk 提交于
      Fix for these build problems:
      error: static declaration of 'flash_get_info' follows non-static declaration
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      b8845abd
  2. 18 2月, 2009 11 次提交
  3. 17 2月, 2009 26 次提交