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/sh4 | |
parent | 7afc45ad7d9493208d89072cbb78a5bfc8034b59 (diff) | |
parent | b52da2aed8c2c388661f369052a97d5b5c9ed00a (diff) | |
download | u-boot-imx-9063fda9d6b90169a0c8027b1167d9bd96ab78d5.zip u-boot-imx-9063fda9d6b90169a0c8027b1167d9bd96ab78d5.tar.gz u-boot-imx-9063fda9d6b90169a0c8027b1167d9bd96ab78d5.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/cpu/sh4')
-rw-r--r-- | arch/sh/cpu/sh4/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cpu/sh4/u-boot.lds b/arch/sh/cpu/sh4/u-boot.lds index d3719df..0f42325 100644 --- a/arch/sh/cpu/sh4/u-boot.lds +++ b/arch/sh/cpu/sh4/u-boot.lds @@ -41,7 +41,7 @@ SECTIONS .text : { - arch/sh/cpu/sh4/start.o (.text) + KEEP(arch/sh/cpu/sh4/start.o (.text)) . = ALIGN(8192); common/env_embedded.o (.ppcenv) . = ALIGN(8192); |