diff options
author | wdenk <wdenk> | 2005-01-12 00:15:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-12 00:15:14 +0000 |
commit | 289f932c5ff628bf21a05073243071a01a2d3b02 (patch) | |
tree | adfa2abf61660375c7d3609b100f18f1b30dde90 /board/omap2420h4/config.mk | |
parent | 082acfd4849d2f0471b0709fe7f5ce1de387437d (diff) | |
download | u-boot-imx-289f932c5ff628bf21a05073243071a01a2d3b02.zip u-boot-imx-289f932c5ff628bf21a05073243071a01a2d3b02.tar.gz u-boot-imx-289f932c5ff628bf21a05073243071a01a2d3b02.tar.bz2 |
* Some Cleanup.
* Patch by Richard Woodruff, 10 Jan 2005:
Update support for OMAP2420 (ARM11) and H4 board:
o clean up and add new types to H4 memory probe code.
o fix to work with internal boot.
o added PRCM config III operation.
o fix marginal flash timings.
o add revison ATAG usage.
o enable voltage scaling at power chip.
o fix compile error for i2c.
* Fix network problem (error when receiving multiple ARP packets)
Diffstat (limited to 'board/omap2420h4/config.mk')
-rw-r--r-- | board/omap2420h4/config.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/omap2420h4/config.mk b/board/omap2420h4/config.mk index 4f14be8..f2a533e 100644 --- a/board/omap2420h4/config.mk +++ b/board/omap2420h4/config.mk @@ -14,12 +14,10 @@ # (mem base + reserved) # For use with external or internal boots. -# CONFIG_PARTIAL_SRAM must be defined to use this. TEXT_BASE = 0x80e80000 # Used with full SRAM boot. # This is either with a GP system or a signed boot image. # easiest, and safest way to go if you can. -# Comment out CONFIG_PARTIAL_SRAM for this one. -# #TEXT_BASE = 0x40280000 + |