summaryrefslogtreecommitdiff
path: root/board/esd/ar405/u-boot.lds
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 18:30:36 +0000
committerstroese <stroese>2004-12-16 18:30:36 +0000
commit8d3efe4e9a3429763e73e8124938cddbd3640838 (patch)
tree50583c10003f69a89af5ab2e58cb3cc8b4bf1c72 /board/esd/ar405/u-boot.lds
parente399e4c67045fdf2ab05e1db98e2b15c836f47fc (diff)
downloadu-boot-imx-8d3efe4e9a3429763e73e8124938cddbd3640838.zip
u-boot-imx-8d3efe4e9a3429763e73e8124938cddbd3640838.tar.gz
u-boot-imx-8d3efe4e9a3429763e73e8124938cddbd3640838.tar.bz2
AR405 board update
Diffstat (limited to 'board/esd/ar405/u-boot.lds')
-rw-r--r--board/esd/ar405/u-boot.lds5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/esd/ar405/u-boot.lds b/board/esd/ar405/u-boot.lds
index 3bb4304..fcba23b 100644
--- a/board/esd/ar405/u-boot.lds
+++ b/board/esd/ar405/u-boot.lds
@@ -83,7 +83,10 @@ SECTIONS
common/lists.o (.text)
common/main.o (.text)
- . = env_offset;
+/*
+ . = DEFINED(env_offset) ? env_offset : .;
+ common/environment.o (.ppcenv)
+*/
common/environment.o (.text)
*(.text)