26 Mar, 2019

1 commit

  • This converts the following to Kconfig:
    CONFIG_SF_DEFAULT_BUS
    CONFIG_SF_DEFAULT_CS
    CONFIG_SF_DEFAULT_MODE
    CONFIG_SF_DEFAULT_SPEED

    I use moveconfig script and then manual check on generated u-boot.cfg
    to solve the remaining issue.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     

18 Dec, 2018

1 commit

  • Remove cpu name from the defconfig naming.
    Because other cpus maybe run on AE350 platform.
    So only use platfrom name in defconfig naming
    will be better.

    Also sync MAINTAINERS:
    Rename
    a25-ae350_32_defconfig as ae350_rv32_defconfig
    ax25-ae350_64_defconfig as ae350_rv64_defconfig

    Signed-off-by: Rick Chen
    Cc: Greentime Hu
    Reviewed-by: Bin Meng

    Rick Chen