22 Aug, 2015

1 commit


26 Jun, 2015

1 commit


01 Jun, 2015

1 commit


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
     

24 Apr, 2015

1 commit

  • Enable NAND boot support using SPL framework. To boot from
    NAND, either use DIP switches on board, or "qixis_reset nand"
    command. Details of forming NAND image can be found in README.

    Signed-off-by: Scott Wood
    [York Sun: Remove +S from defconfig after commit 252ed872]
    Signed-off-by: York Sun

    Scott Wood