arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
Until now, the SoC selection for the ARCH_MVEBU platforms has been done
in the config header. Using CONFIG_ARMADA_XP in a non-clear way. As
it needed to get selected for AXP and A38x based boards. This patch
now changes this to move the SoC selection to Kconfig. And also
uses CONFIG_ARCH_MVEBU as a common define for both AXP and A38x.
This makes things a bit clearer - especially for new board additions.
Additionally the defines CONFIG_SYS_MVEBU_DDR_AXP and
CONFIG_SYS_MVEBU_DDR_A38X are replaced with the already available
CONFIG_ARMADA_38X and CONFIG_ARMADA_XP.
And CONFIG_DDR3 is removed, as its not referenced anywhere.
Signed-off-by:
Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Showing
- arch/arm/Makefile 1 addition, 1 deletionarch/arm/Makefile
- arch/arm/mach-mvebu/Kconfig 10 additions, 0 deletionsarch/arm/mach-mvebu/Kconfig
- arch/arm/mach-mvebu/Makefile 4 additions, 4 deletionsarch/arm/mach-mvebu/Makefile
- arch/arm/mach-mvebu/dram.c 4 additions, 7 deletionsarch/arm/mach-mvebu/dram.c
- arch/arm/mach-mvebu/include/mach/config.h 5 additions, 1 deletionarch/arm/mach-mvebu/include/mach/config.h
- arch/arm/mach-mvebu/mbus.c 1 addition, 1 deletionarch/arm/mach-mvebu/mbus.c
- arch/arm/mach-mvebu/timer.c 1 addition, 1 deletionarch/arm/mach-mvebu/timer.c
- drivers/Makefile 2 additions, 2 deletionsdrivers/Makefile
- drivers/block/mvsata_ide.c 3 additions, 3 deletionsdrivers/block/mvsata_ide.c
- drivers/i2c/mvtwsi.c 1 addition, 1 deletiondrivers/i2c/mvtwsi.c
- include/configs/clearfog.h 0 additions, 6 deletionsinclude/configs/clearfog.h
- include/configs/db-88f6820-gp.h 0 additions, 6 deletionsinclude/configs/db-88f6820-gp.h
- include/configs/db-mv784mp-gp.h 0 additions, 2 deletionsinclude/configs/db-mv784mp-gp.h
- include/configs/maxbcm.h 0 additions, 2 deletionsinclude/configs/maxbcm.h
- tools/Makefile 1 addition, 1 deletiontools/Makefile
Loading
Please register or sign in to comment