]> Git Repo - J-u-boot.git/commit - arch/arm/Makefile
arm: mvebu: Move mvebu-common into mach-mvebu
authorStefan Roese <[email protected]>
Sat, 25 Apr 2015 04:29:46 +0000 (06:29 +0200)
committerLuka Perkov <[email protected]>
Tue, 5 May 2015 12:28:29 +0000 (14:28 +0200)
commitd0787656405fc9a43f00715a0d05c2860cbe7b81
tree74b29290b0a12ad313aff70036054cac158d092c
parent8cb78722306351c5d61ce4da18c284ef59c0caef
arm: mvebu: Move mvebu-common into mach-mvebu

Now that the mach-mvebu directory exists and is used by Armada XP we can
move the mvebu-common files into this directory as well.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Tested-by: Kevin Smith <[email protected]>
Tested-by: Dirk Eibach <[email protected]>
25 files changed:
arch/arm/Makefile
arch/arm/mach-mvebu/Makefile
arch/arm/mach-mvebu/dram.c [new file with mode: 0644]
arch/arm/mach-mvebu/gpio.c [new file with mode: 0644]
arch/arm/mach-mvebu/mbus.c [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/Makefile [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/board_env_spec.h [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/high_speed_env_lib.c [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/high_speed_env_spec.c [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/high_speed_env_spec.h [new file with mode: 0644]
arch/arm/mach-mvebu/timer.c [new file with mode: 0644]
arch/arm/mach-mvebu/u-boot-spl.lds [new file with mode: 0644]
arch/arm/mvebu-common/dram.c [deleted file]
arch/arm/mvebu-common/gpio.c [deleted file]
arch/arm/mvebu-common/mbus.c [deleted file]
arch/arm/mvebu-common/serdes/Makefile [deleted file]
arch/arm/mvebu-common/serdes/board_env_spec.h [deleted file]
arch/arm/mvebu-common/serdes/high_speed_env_lib.c [deleted file]
arch/arm/mvebu-common/serdes/high_speed_env_spec.c [deleted file]
arch/arm/mvebu-common/serdes/high_speed_env_spec.h [deleted file]
arch/arm/mvebu-common/timer.c [deleted file]
arch/arm/mvebu-common/u-boot-spl.lds [deleted file]
board/maxbcm/maxbcm.c
include/configs/db-mv784mp-gp.h
include/configs/maxbcm.h
This page took 0.039586 seconds and 4 git commands to generate.