summaryrefslogtreecommitdiff
path: root/board/omap2420h4/flash.c
Commit message (Collapse)AuthorAgeLines
* Fix compilation error for omap2420h4_config.Dirk Behme2007-08-29-537/+0
| | | | | | | omap2420h4 switched to cfi, so remove old (already disabled) flash.c and flash_probe() calls in env_flash.c. Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
* * Some Cleanup.wdenk2005-01-12-1/+2
| | | | | | | | | | | | | | * 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)
* * Patches by Richard Woodruff, 01 Oct 2004:wdenk2005-01-09-0/+536
add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.