From dea81ce2ba0153d86dc2dff0c241909774f57f06 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Tue, 5 Jul 2011 22:38:18 -0400 Subject: [PATCH] --- yaml --- r: 270097 b: refs/heads/master c: 59a0e0c5df5d479353d18adf98f72f8f7d45b5ae h: refs/heads/master i: 270095: 3aa64172d7179ccc8a584635fb942a91f8ae9921 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-vt8500/bv07.c | 2 +- trunk/arch/arm/mach-vt8500/wm8505_7in.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 982771e0cf15..2b4ac2ef722c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9ce8e5bd0314e90b60e185ca40b1d4740df7f22 +refs/heads/master: 59a0e0c5df5d479353d18adf98f72f8f7d45b5ae diff --git a/trunk/arch/arm/mach-vt8500/bv07.c b/trunk/arch/arm/mach-vt8500/bv07.c index 94a261d86bf0..a464c7584411 100644 --- a/trunk/arch/arm/mach-vt8500/bv07.c +++ b/trunk/arch/arm/mach-vt8500/bv07.c @@ -68,7 +68,7 @@ void __init bv07_init(void) } MACHINE_START(BV07, "Benign BV07 Mini Netbook") - .boot_params = 0x00000100, + .atag_offset = 0x100, .reserve = vt8500_reserve_mem, .map_io = vt8500_map_io, .init_irq = vt8500_init_irq, diff --git a/trunk/arch/arm/mach-vt8500/wm8505_7in.c b/trunk/arch/arm/mach-vt8500/wm8505_7in.c index e73aadbcafd6..cf910a956080 100644 --- a/trunk/arch/arm/mach-vt8500/wm8505_7in.c +++ b/trunk/arch/arm/mach-vt8500/wm8505_7in.c @@ -68,7 +68,7 @@ void __init wm8505_7in_init(void) } MACHINE_START(WM8505_7IN_NETBOOK, "WM8505 7-inch generic netbook") - .boot_params = 0x00000100, + .atag_offset = 0x100, .reserve = wm8505_reserve_mem, .map_io = wm8505_map_io, .init_irq = wm8505_init_irq,