realview: add 3.3 support
[openwrt.git] / target / linux / realview / patches-3.3 / 001-arm-fix-REALVIEW_EB11MP_PRIV_MEM_BASE.patch
1 --- a/arch/arm/mach-realview/include/mach/board-eb.h
2 +++ b/arch/arm/mach-realview/include/mach/board-eb.h
3 @@ -47,7 +47,7 @@
4  #define REALVIEW_EB_USB_BASE           0x4F000000      /* USB */
5  
6  #ifdef CONFIG_REALVIEW_EB_ARM11MP_REVB
7 -#define REALVIEW_EB11MP_PRIV_MEM_BASE  0x1F000000
8 +#define REALVIEW_EB11MP_PRIV_MEM_BASE  0x10100000
9  #define REALVIEW_EB11MP_L220_BASE      0x10102000      /* L220 registers */
10  #define REALVIEW_EB11MP_SYS_PLD_CTRL1  0xD8            /* Register offset for MPCore sysctl */
11  #else