diff options
author | wdenk <wdenk> | 2005-01-12 00:38:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-12 00:38:03 +0000 |
commit | 5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8 (patch) | |
tree | 3e01df2db1ded87b4a8ced9ab2011fbf5056bcb8 /board/omap2420h4/config.mk | |
parent | 289f932c5ff628bf21a05073243071a01a2d3b02 (diff) | |
download | u-boot-imx-5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8.zip u-boot-imx-5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8.tar.gz u-boot-imx-5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8.tar.bz2 |
* Patch by Robin Getz, 13 Oct 2004:
Add standalone application to change SMC91C111 MAC addresses,
see examples/README.smc91111_eeprom
* Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004:
Fix Flash support for ARM Integrator CP.
Diffstat (limited to 'board/omap2420h4/config.mk')
-rw-r--r-- | board/omap2420h4/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/omap2420h4/config.mk b/board/omap2420h4/config.mk index f2a533e..e6aa756 100644 --- a/board/omap2420h4/config.mk +++ b/board/omap2420h4/config.mk @@ -20,4 +20,3 @@ TEXT_BASE = 0x80e80000 # This is either with a GP system or a signed boot image. # easiest, and safest way to go if you can. #TEXT_BASE = 0x40280000 - |