summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/crystalfontz-cfa10036
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/crystalfontz-cfa10036
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/crystalfontz-cfa10036')
-rw-r--r--arch/arm/boards/crystalfontz-cfa10036/cfa10036.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boards/crystalfontz-cfa10036/cfa10036.c b/arch/arm/boards/crystalfontz-cfa10036/cfa10036.c
index d1df7b89f6..60f09d4e4d 100644
--- a/arch/arm/boards/crystalfontz-cfa10036/cfa10036.c
+++ b/arch/arm/boards/crystalfontz-cfa10036/cfa10036.c
@@ -122,7 +122,6 @@ static int cfa10036_devices_init(void)
for (i = 0; i < ARRAY_SIZE(cfa10036_pads); i++)
imx_gpio_mode(cfa10036_pads[i]);
- armlinux_set_bootparams((void *)IMX_MEMORY_BASE + 0x100);
armlinux_set_architecture(MACH_TYPE_CFA10036);
add_generic_device("mxs_mci", 0, NULL, IMX_SSP0_BASE, SZ_8K,