1. 02 7月, 2015 1 次提交
  2. 01 7月, 2015 2 次提交
  3. 30 6月, 2015 3 次提交
  4. 28 6月, 2015 3 次提交
  5. 26 6月, 2015 2 次提交
  6. 20 6月, 2015 9 次提交
  7. 19 6月, 2015 4 次提交
    • H
      usb.h: Always declare usb function prototypes · b335fe68
      Hans de Goede 提交于
      There is no harm in declaring the function prototypes even if nothing
      implements them, and when CONFIG_DM_USB=y the various usb functions are
      available regardless of any controller drivers being enabled.
      
      This fixes compile warnings due to missing prototypes on ARCHs where
      the ARCH Kconfig always enables CONFIG_DM_USB and various usb drivers.
      
      One could argue that in the case of no controllers CONFIG_DM_USB should not
      be set, but this problem is typically seen during bringup of boards which
      do actually have usb controllers.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      b335fe68
    • T
      CPCI4052: Remove CONFIG_SYS_LONGHELP · c6265f7f
      Tom Rini 提交于
      With the change to make sure that CONFIG_CMD_NET is enabled this board
      no longer fits into the linker script:
      
      powerpc-linux-ld.bfd: section .resetvec loaded at [fffffffc,ffffffff] overlaps section .u_boot_list loaded at [ffffff58,00000723]
      powerpc-linux-ld.bfd: u-boot: section .resetvec lma 0xfffffffc adjusted to 0x724
      powerpc-linux-ld.bfd: u-boot: section `.resetvec' can't be allocated in segment 0
      LOAD: .data.init .text .rodata .reloc .data .u_boot_list .resetvec
      powerpc-linux-ld.bfd: final link failed: File truncated
      
      Drop CONFIG_SYS_LONGHELP to free up space.
      
      Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c6265f7f
    • H
      board/BuR/tseries: remove lpj= from environment-variable · 14ec12fa
      Hannes Petermaier 提交于
      since we have now various processor-speeds it isn't useful anymore to
      preinitialize kernels-delay loop.
      
      Rather we want the kernel to calibrate it on every boot.
      This wastes around 80ms boottime but is compatible to all CPU-speeds.
      Signed-off-by: NHannes Schmelzer <oe5hpm@oevsv.at>
      14ec12fa
    • C
      ti: am335x/am437x/omap5 devices: Fix breakage when CONFIG_CMD_NET is not used · 60480f81
      Cooper Jr., Franklin 提交于
      Currently there is no default value for NETARGS if CONFIG_CMD_NET=y isn't set.
      This results in build errors which was first discovered when trying to run
      make env.
      
      By defining a blank NETARGS these errors can be avoided.
      Signed-off-by: NFranklin S Cooper Jr <fcooper@ti.com>
      Tested-by: NMaxin B. John <maxin.john@enea.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      60480f81
  8. 18 6月, 2015 1 次提交
  9. 15 6月, 2015 7 次提交
  10. 13 6月, 2015 3 次提交
  11. 11 6月, 2015 5 次提交