diff options
Diffstat (limited to 'board/esd/pmc440/u-boot-nand.lds')
| -rw-r--r-- | board/esd/pmc440/u-boot-nand.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/pmc440/u-boot-nand.lds b/board/esd/pmc440/u-boot-nand.lds index 8a71bfa44..cf4229a22 100644 --- a/board/esd/pmc440/u-boot-nand.lds +++ b/board/esd/pmc440/u-boot-nand.lds @@ -53,7 +53,7 @@ SECTIONS      /* WARNING - the following is hand-optimized to fit within	*/      /* the sector layout of our flash chips!	XXX FIXME XXX	*/ -    arch/ppc/cpu/ppc4xx/start.o	(.text) +    arch/powerpc/cpu/ppc4xx/start.o	(.text)      /* Align to next NAND block */      . = ALIGN(0x4000); |