diff options
Diffstat (limited to 'arch/arm/mach-orion5x/dns323-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/dns323-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 6fb4908e998b..343f60e9639f 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -729,7 +729,7 @@ static void __init dns323_init(void) | |||
729 | /* Warning: D-Link uses a wrong mach-type (=526) in their bootloader */ | 729 | /* Warning: D-Link uses a wrong mach-type (=526) in their bootloader */ |
730 | MACHINE_START(DNS323, "D-Link DNS-323") | 730 | MACHINE_START(DNS323, "D-Link DNS-323") |
731 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ | 731 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ |
732 | .boot_params = 0x00000100, | 732 | .atag_offset = 0x100, |
733 | .init_machine = dns323_init, | 733 | .init_machine = dns323_init, |
734 | .map_io = orion5x_map_io, | 734 | .map_io = orion5x_map_io, |
735 | .init_early = orion5x_init_early, | 735 | .init_early = orion5x_init_early, |