diff options
Diffstat (limited to 'board/xilinx/ppc440-generic/u-boot-rom.lds')
-rw-r--r-- | board/xilinx/ppc440-generic/u-boot-rom.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xilinx/ppc440-generic/u-boot-rom.lds b/board/xilinx/ppc440-generic/u-boot-rom.lds index 0cbed8ea573..b8f8bedb817 100644 --- a/board/xilinx/ppc440-generic/u-boot-rom.lds +++ b/board/xilinx/ppc440-generic/u-boot-rom.lds @@ -33,7 +33,7 @@ SECTIONS .bootpg 0xFFFFF000 : { - arch/ppc/cpu/ppc4xx/start.o (.bootpg) + arch/powerpc/cpu/ppc4xx/start.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ |