diff options
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);  } - |