From cee2a60c56be41047a5640e5cbdce43de52c0ee4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 6 Dec 2013 10:16:33 +0100 Subject: ARM: remove armlinux_set_bootparams() calls from boards As the place for the atags now is determined automatically the call from the boards can be removed. Signed-off-by: Sascha Hauer --- arch/arm/boards/a9m2410/a9m2410.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/boards/a9m2410') diff --git a/arch/arm/boards/a9m2410/a9m2410.c b/arch/arm/boards/a9m2410/a9m2410.c index e371b4e81e..b2b6c87117 100644 --- a/arch/arm/boards/a9m2410/a9m2410.c +++ b/arch/arm/boards/a9m2410/a9m2410.c @@ -124,8 +124,6 @@ static int a9m2410_devices_init(void) devfs_add_partition("nand0", 0x40000, 0x20000, DEVFS_PARTITION_FIXED, "env_raw"); dev_add_bb_dev("env_raw", "env0"); #endif - - armlinux_set_bootparams((void*)S3C_SDRAM_BASE + 0x100); armlinux_set_architecture(MACH_TYPE_A9M2410); return 0; -- cgit v1.2.3