diff options
Diffstat (limited to 'board/omap2420h4')
-rw-r--r-- | board/omap2420h4/sys_info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/omap2420h4/sys_info.c b/board/omap2420h4/sys_info.c index 9864d3e..a9f7241 100644 --- a/board/omap2420h4/sys_info.c +++ b/board/omap2420h4/sys_info.c @@ -385,4 +385,3 @@ u32 get_device_type(void) mode = __raw_readl(CONTROL_STATUS) & (BIT10|BIT9|BIT8); return(mode >>= 8); } - |