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/sys_info.c | |
parent | 289f932c5ff628bf21a05073243071a01a2d3b02 (diff) |
* 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/sys_info.c')
-rw-r--r-- | board/omap2420h4/sys_info.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/omap2420h4/sys_info.c b/board/omap2420h4/sys_info.c index 78b936cff..121d67916 100644 --- a/board/omap2420h4/sys_info.c +++ b/board/omap2420h4/sys_info.c @@ -251,8 +251,6 @@ static u32 get_base2(void) return(val); } - - /******************************************************** * running_in_flash() - tell if currently running in * flash. @@ -302,4 +300,3 @@ u32 running_from_internal_boot(void) else return(0); } - |