U-Boot: move mmu.cpp to arch/arm/arch_mmu.cpp

* only contains ARM stuff anyway.
* PPC implementation will be very different anyway.
This commit is contained in:
François Revol 2012-09-22 04:00:13 +02:00
parent 244fb0a393
commit db5bd5535e
3 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ KernelMergeObject boot_platform_u-boot_common.o :
cpu.cpp
uimage.cpp
video.cpp
mmu.cpp
$(genericPlatformSources)

View File

@ -12,7 +12,7 @@ KernelMergeObject boot_platform_u-boot_arm.o :
# must come first to have _start_* at correct locations
shell.S
#arch_mmu.cpp
arch_mmu.cpp
#arch_cpu_asm.S
arch_start_kernel.S
arch_cpu.cpp