]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/imx-common/sys_proto.h
sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
[u-boot] / arch / arm / include / asm / imx-common / sys_proto.h
index 177bd91e69228f53f5139cf5bcb395665d2f6a31..a07061bc9b93cd3c71f777f86b25702165cc3894 100644 (file)
@@ -81,9 +81,7 @@ enum imx6_bmode {
 
 static inline u8 imx6_is_bmode_from_gpr9(void)
 {
-       struct src *psrc = (struct src *)SRC_BASE_ADDR;
-
-       return readl(&psrc->gpr10) & IMX6_SRC_GPR10_BMODE;
+       return readl(&src_base->gpr10) & IMX6_SRC_GPR10_BMODE;
 }
 
 u32 imx6_src_get_boot_mode(void);