mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
ARM: mach-ebsa110: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <[email protected]> Acked-by: Arnd Bergmann <[email protected]>
This commit is contained in:
committed by
Nicolas Pitre
parent
57fa57209c
commit
5eb980f3b8
@@ -280,7 +280,7 @@ arch_initcall(ebsa110_init);
|
||||
|
||||
MACHINE_START(EBSA110, "EBSA110")
|
||||
/* Maintainer: Russell King */
|
||||
.boot_params = 0x00000400,
|
||||
.atag_offset = 0x400,
|
||||
.reserve_lp0 = 1,
|
||||
.reserve_lp2 = 1,
|
||||
.soft_reboot = 1,
|
||||
|
||||
Reference in New Issue
Block a user