diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-04-12 22:28:19 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-13 09:13:27 +0200 |
commit | 6a8a2b7058a398fe207021259cb2c529fb225eff (patch) | |
tree | efc331c29c02e3d01eb0fc01db410be9480b8098 /board/ssv/adnpesc1 | |
parent | 1e9c26578ebbeecbaf3d8fb574957405eff17c86 (diff) | |
download | u-boot-imx-6a8a2b7058a398fe207021259cb2c529fb225eff.zip u-boot-imx-6a8a2b7058a398fe207021259cb2c529fb225eff.tar.gz u-boot-imx-6a8a2b7058a398fe207021259cb2c529fb225eff.tar.bz2 |
nios: Move cpu/nios/* to arch/nios/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/ssv/adnpesc1')
-rw-r--r-- | board/ssv/adnpesc1/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ssv/adnpesc1/u-boot.lds b/board/ssv/adnpesc1/u-boot.lds index 98ee8f8..50c3fe7 100644 --- a/board/ssv/adnpesc1/u-boot.lds +++ b/board/ssv/adnpesc1/u-boot.lds @@ -30,7 +30,7 @@ SECTIONS { .text : { - cpu/nios/start.o (.text) + arch/nios/cpu/start.o (.text) *(.text) } __text_end = .; |