From 8e3ddc13eb8239177ed20f119e3a3d02518b941d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 6 Dec 2013 10:33:05 +0100 Subject: ARM: boot barebox with kernel calling convention Start a 2nd stage barebox with the Linux Kernel calling convention. Right now barebox does not interpret ATAGs or devicetree passed to it, but it doesn't hurt to pass parameters so that future bareboxes can use them. Signed-off-by: Sascha Hauer --- arch/arm/lib/armlinux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/lib/armlinux.c') diff --git a/arch/arm/lib/armlinux.c b/arch/arm/lib/armlinux.c index d83c6a2e74..bc286200c0 100644 --- a/arch/arm/lib/armlinux.c +++ b/arch/arm/lib/armlinux.c @@ -261,7 +261,7 @@ void start_linux(void *adr, int swap, unsigned long initrd_address, int architecture; if (oftree) { - printf("booting Linux kernel with devicetree\n"); + printf("booting kernel with devicetree\n"); params = oftree; } else { setup_tags(initrd_address, initrd_size, swap); -- cgit v1.2.3