diff options
Diffstat (limited to 'arch/arm/mach-orion5x/ls-chl-setup.c')
| -rw-r--r-- | arch/arm/mach-orion5x/ls-chl-setup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/ls-chl-setup.c b/arch/arm/mach-orion5x/ls-chl-setup.c index 044da5b6a6a..24f4e14e589 100644 --- a/arch/arm/mach-orion5x/ls-chl-setup.c +++ b/arch/arm/mach-orion5x/ls-chl-setup.c @@ -294,8 +294,8 @@ static void __init lschl_init(void)  	orion5x_uart0_init();  	orion5x_xor_init(); -	orion5x_setup_dev_boot_win(LSCHL_NOR_BOOT_BASE, -				   LSCHL_NOR_BOOT_SIZE); +	mvebu_mbus_add_window("devbus-boot", LSCHL_NOR_BOOT_BASE, +			      LSCHL_NOR_BOOT_SIZE);  	platform_device_register(&lschl_nor_flash);  	platform_device_register(&lschl_leds);  |