summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/tny-a926x/init.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-12-06 10:16:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-06 14:25:05 +0100
commitcee2a60c56be41047a5640e5cbdce43de52c0ee4 (patch)
tree96051172e90ce0010ae0c057156b3676c68a981c /arch/arm/boards/tny-a926x/init.c
parenteb959e1bdfa60ee6586bc1aa263021856fcdf46e (diff)
downloadbarebox-cee2a60c56be41047a5640e5cbdce43de52c0ee4.tar.gz
barebox-cee2a60c56be41047a5640e5cbdce43de52c0ee4.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/tny-a926x/init.c')
-rw-r--r--arch/arm/boards/tny-a926x/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boards/tny-a926x/init.c b/arch/arm/boards/tny-a926x/init.c
index 82a1c4a47e..ac86457872 100644
--- a/arch/arm/boards/tny-a926x/init.c
+++ b/arch/arm/boards/tny-a926x/init.c
@@ -229,7 +229,6 @@ static int tny_a9260_devices_init(void)
ek_add_device_udc();
ek_add_device_spi();
- armlinux_set_bootparams((void *)(AT91_CHIPSELECT_1 + 0x100));
tny_a9260_set_board_type();
devfs_add_partition("nand0", 0x00000, SZ_128K, DEVFS_PARTITION_FIXED, "at91bootstrap_raw");