summaryrefslogtreecommitdiffstats
path: root/board/tqm8xx/u-boot.lds
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-15 22:40:42 +0000
committerwdenk <wdenk>2003-06-15 22:40:42 +0000
commit71f9511803de65a3b98d2f592d418da1d1539f13 (patch)
tree4be38a22fc4f588a80aa8cc350ecd5617a211389 /board/tqm8xx/u-boot.lds
parent487778b781257831aa9b9140dd3c7ad4176e8314 (diff)
downloadtalos-obmc-uboot-71f9511803de65a3b98d2f592d418da1d1539f13.tar.gz
talos-obmc-uboot-71f9511803de65a3b98d2f592d418da1d1539f13.zip
* Fix CONFIG_NET_MULTI support in include/net.h
* Patches by Kyle Harris, 13 Mar 2003: - Add FAT partition support - Add command support for FAT - Add command support for MMC ---- - Add Intel PXA support for video - Add Intel PXA support for MMC ---- - Enable MMC and FAT for lubbock board - Other misc changes for lubbock board
Diffstat (limited to 'board/tqm8xx/u-boot.lds')
-rw-r--r--board/tqm8xx/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm8xx/u-boot.lds b/board/tqm8xx/u-boot.lds
index 17fea2e6c5..532da283a7 100644
--- a/board/tqm8xx/u-boot.lds
+++ b/board/tqm8xx/u-boot.lds
@@ -66,7 +66,7 @@ SECTIONS
lib_ppc/cache.o (.text)
lib_ppc/time.o (.text)
- . = env_offset;
+ . = DEFINED(env_offset) ? env_offset : .;
common/environment.o (.ppcenv)
*(.text)
OpenPOWER on IntegriCloud