]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-h4.c
omap2: merge CONTROL_STATUS defines
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-h4.c
index e85bbebe900cb2dc62bbab673d561ec1b8229ae4..aa5b65708e7a8fa0ac889073da597860c690e75a 100644 (file)
@@ -265,7 +265,7 @@ static struct platform_device *h4_devices[] __initdata = {
 /* 2420 Sysboot setup (2430 is different) */
 static u32 get_sysboot_value(void)
 {
-       return (omap_readl(OMAP242X_CONTROL_STATUS) & 0xFFF);
+       return (omap_readl(OMAP24XX_CONTROL_STATUS) & 0xFFF);
 }
 
 /* FIXME: This function should be moved to some other file, gpmc.c? */