|
@@ -1196,7 +1196,7 @@ static void __init eva_init(void)
|
|
|
|
|
|
#ifdef CONFIG_CACHE_L2X0
|
|
#ifdef CONFIG_CACHE_L2X0
|
|
/* Early BRESP enable, Shared attribute override enable, 32K*8way */
|
|
/* Early BRESP enable, Shared attribute override enable, 32K*8way */
|
|
- l2x0_init(__io(0xf0002000), 0x40440000, 0x82000fff);
|
|
|
|
|
|
+ l2x0_init(IOMEM(0xf0002000), 0x40440000, 0x82000fff);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
i2c_register_board_info(0, i2c0_devices, ARRAY_SIZE(i2c0_devices));
|
|
i2c_register_board_info(0, i2c0_devices, ARRAY_SIZE(i2c0_devices));
|