diff options
author | wdenk <wdenk> | 2004-04-18 21:13:41 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 21:13:41 +0000 |
commit | 507bbe3e8084a82c20399367801da87db7d14e65 (patch) | |
tree | 0660633e2e1caf4b819fd46ed43f83e3e05c5523 /board/dave | |
parent | 998eaaecd46ee5f00550e30e606cb5556e0b9345 (diff) | |
download | u-boot-imx-507bbe3e8084a82c20399367801da87db7d14e65.zip u-boot-imx-507bbe3e8084a82c20399367801da87db7d14e65.tar.gz u-boot-imx-507bbe3e8084a82c20399367801da87db7d14e65.tar.bz2 |
* Patch by Yasushi Shoji, 07 Apr 2004:
- add support for microblaze processors
- add support for AtmarkTechno "suzaku" board
Diffstat (limited to 'board/dave')
-rw-r--r-- | board/dave/PPChameleonEVB/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dave/PPChameleonEVB/u-boot.lds b/board/dave/PPChameleonEVB/u-boot.lds index f4feb33..2693838 100644 --- a/board/dave/PPChameleonEVB/u-boot.lds +++ b/board/dave/PPChameleonEVB/u-boot.lds @@ -141,7 +141,7 @@ SECTIONS } . = 0xFFFF8000; - .ppcenv : + .ppcenv : { common/environment.o(.ppcenv); } |