diff options
author | wdenk | 2003-06-26 22:04:09 +0000 |
---|---|---|
committer | wdenk | 2003-06-26 22:04:09 +0000 |
commit | 993cad9364c6b87ae429d1ed1130d8153f6f027e (patch) | |
tree | 43faaa643caeaacec331db78850a5a4834bad354 /board/netvia/u-boot.lds | |
parent | b783edaee8252bfdba3f7b3fd29519a81ce71e42 (diff) |
* Patches by Robert Schwebel, 26 Jun 2003:
- logdl
- csb226
- innokom
* Patch by Pantelis Antoniou, 25 Jun 2003:
update NetVia with V2 board support
Diffstat (limited to 'board/netvia/u-boot.lds')
-rw-r--r-- | board/netvia/u-boot.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/netvia/u-boot.lds b/board/netvia/u-boot.lds index 35e00f4dfd5..5ac88da4f64 100644 --- a/board/netvia/u-boot.lds +++ b/board/netvia/u-boot.lds @@ -63,8 +63,8 @@ SECTIONS lib_ppc/cache.o (.text) lib_ppc/time.o (.text) - . = env_offset; - common/environment.o (.ppcenv) + . = DEFINED(env_offset) ? env_offset : .; + common/environment.o (.text) *(.text) *(.fixup) |