diff options
author | Wolfgang Denk <wd@denx.de> | 2011-03-21 21:38:29 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-03-21 21:38:29 +0100 |
commit | 9063fda9d6b90169a0c8027b1167d9bd96ab78d5 (patch) | |
tree | f3754b45894ef9905a9011d732e160a320ddee64 /arch/sh/cpu/sh3/u-boot.lds | |
parent | 7afc45ad7d9493208d89072cbb78a5bfc8034b59 (diff) | |
parent | b52da2aed8c2c388661f369052a97d5b5c9ed00a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/cpu/sh3/u-boot.lds')
-rw-r--r-- | arch/sh/cpu/sh3/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cpu/sh3/u-boot.lds b/arch/sh/cpu/sh3/u-boot.lds index 8afe1603ee..271624636b 100644 --- a/arch/sh/cpu/sh3/u-boot.lds +++ b/arch/sh/cpu/sh3/u-boot.lds @@ -44,7 +44,7 @@ SECTIONS .text : { - arch/sh/cpu/sh3/start.o (.text) + KEEP(arch/sh/cpu/sh3/start.o (.text)) . = ALIGN(8192); common/env_embedded.o (.ppcenv) . = ALIGN(8192); |