]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/arm_cortexa8/u-boot.lds
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
[people/ms/u-boot.git] / arch / arm / cpu / arm_cortexa8 / u-boot.lds
similarity index 97%
rename from cpu/arm_cortexa8/u-boot.lds
rename to arch/arm/cpu/arm_cortexa8/u-boot.lds
index 4f1711cca00068c7fcd37bf8dae7ddb5cf7c9c80..820e3a10431488310f25a14a0ffd30989ae881a6 100644 (file)
@@ -34,7 +34,7 @@ SECTIONS
        . = ALIGN(4);
        .text   :
        {
-               cpu/arm_cortexa8/start.o        (.text)
+               arch/arm/cpu/arm_cortexa8/start.o       (.text)
                *(.text)
        }