X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2Fmach-vexpress%2Fct-ca9x4.c;h=30d5a5b0ac2172b9cd123ff89ef669cfbb6b281c;hb=196f020fbbb83d246960548e73a40fd08f3e7866;hp=ff48ebc1a40be9dc9eb5d90f7e76e38e47afb207;hpb=3de4ade3d696db31d1543dce585ba6296f876612;p=karo-tx-linux.git diff --git a/arch/arm/mach-vexpress/ct-ca9x4.c b/arch/arm/mach-vexpress/ct-ca9x4.c index ff48ebc1a40b..30d5a5b0ac21 100644 --- a/arch/arm/mach-vexpress/ct-ca9x4.c +++ b/arch/arm/mach-vexpress/ct-ca9x4.c @@ -208,7 +208,7 @@ static void __init ct_ca9x4_init(void) } MACHINE_START(VEXPRESS, "ARM-Versatile Express CA9x4") - .boot_params = PHYS_OFFSET + 0x00000100, + .boot_params = PLAT_PHYS_OFFSET + 0x00000100, .map_io = ct_ca9x4_map_io, .init_irq = ct_ca9x4_init_irq, .init_early = ct_ca9x4_init_early,