03 Jul, 2015

1 commit


28 Jun, 2015

1 commit


27 Jun, 2015

3 commits


26 Jun, 2015

2 commits

  • This sets the default commands Kconfig to match
    include/config_cmd_default.h commands in the common/Kconfig and removes
    them from include/configs.

    Signed-off-by: Joe Hershberger
    [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]
    Signed-off-by: Tom Rini

    Joe Hershberger
     
  • Some archs/boards specify their own default by pre-defining the config
    which causes the Kconfig system to mix up the order of the configs in
    the defconfigs... This will cause merge pain if allowed to proliferate.

    Remove the configs that behave this way from the archs.

    A few configs still remain, but that is because they only exist as
    defaults and do not have a proper Kconfig entry. Those appear to be:

    SPIFLASH
    DISPLAY_BOARDINFO

    Signed-off-by: Joe Hershberger
    [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,
    drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn't converted yet to DM]
    Signed-off-by: Tom Rini

    Joe Hershberger
     

01 Jun, 2015

2 commits


13 May, 2015

1 commit

  • In order to reduce merge conflicts and to maintain the simplest possible
    defconfig files, we should be using the savedefconfig feature of Kconfig
    every time a new feature is added. This keeps the defconfig settings to
    a minimum (only those things not default) and keeps them in the same
    order as the Kconfig options.

    Signed-off-by: Joe Hershberger
    Cc: Masahiro Yamada
    Acked-by: Stephen Warren
    Cc: Tom Rini

    Joe Hershberger
     

01 Sep, 2014

1 commit

  • The QS Systems TQMa6 board support was added by commit cb07d74e
    and lost by commit e82abaeb.

    Commit e82abaeb merged the IMX branch based on pre-Kconfig
    and the mainline based on post-Kconfig, simply deleting
    the boards.cfg file. As a result, some boards added just before
    the merge were lost.

    This commit adds Kconfig, defconfig, MAINTAINERS for TQMa6 board
    to work on the Kconfig infrastructure.

    Signed-off-by: Masahiro Yamada
    Cc: Markus Niebel
    Cc: Stefano Babic

    Masahiro Yamada