]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/xilinx/microblaze-generic/u-boot.lds
microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*
[karo-tx-uboot.git] / board / xilinx / microblaze-generic / u-boot.lds
index c20c6dd1d67746e015a6e477b91e7d6b47355318..ee41145bb584f15b0d6902ee8b903c62057f4b7e 100644 (file)
@@ -30,7 +30,7 @@ SECTIONS
        .text ALIGN(0x4):
        {
                __text_start = .;
-               cpu/microblaze/start.o (.text)
+               arch/microblaze/cpu/start.o (.text)
                *(.text)
                __text_end = .;
        }