]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm64: Correct passing of Linux kernel args
authorTom Rini <trini@ti.com>
Thu, 14 Aug 2014 10:42:35 +0000 (06:42 -0400)
committerTom Rini <trini@ti.com>
Sat, 30 Aug 2014 11:46:40 +0000 (07:46 -0400)
commit3f1b6bebe0cbe71ad6beab3c7a00ab2f2b082ca7
tree817e9462c63a5ab01eaa925cef984f24fedb9932
parent9dec5270be87c01e50808001be69fce5b92a7af8
arm64: Correct passing of Linux kernel args

The Documentation/arm64/booting.txt document says that pass in x1/x2/x3
as 0 as they are reserved for future use.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/lib/bootm.c