From 4f381b1aaac3519a5772d6bec6fa4e6b06bb37ab Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Thu, 1 May 2014 23:32:49 +0200 Subject: ARM: change signature of barebox_arm_entry Mostly to make it clear that boarddata needs to be something we can dereference. As this is a pretty invasive change, use the opportunity to make the signature 64bit safe. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/boards/karo-tx51/lowlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/boards/karo-tx51') diff --git a/arch/arm/boards/karo-tx51/lowlevel.c b/arch/arm/boards/karo-tx51/lowlevel.c index 3e6a0ee328..c3f7b4acbb 100644 --- a/arch/arm/boards/karo-tx51/lowlevel.c +++ b/arch/arm/boards/karo-tx51/lowlevel.c @@ -5,5 +5,5 @@ void __naked barebox_arm_reset_vector(void) { arm_cpu_lowlevel_init(); - imx51_barebox_entry(0); + imx51_barebox_entry(NULL); } -- cgit v1.2.3