]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sun7i: Set ARMV7_BOOT_SEC_DEFAULT when OLD_SUNXI_KERNEL_COMPAT is set
authorHans de Goede <hdegoede@redhat.com>
Fri, 24 Oct 2014 18:12:04 +0000 (20:12 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 25 Nov 2014 12:38:46 +0000 (13:38 +0100)
commitb366fb92c3d118f97bb0f01fa9c40d253e70e12c
tree2c37a758328bb8cb6e914729e4b58ee47f8775df
parent8a1424506d108e7c58d80ae52d40857f5710e3c4
sun7i: Set ARMV7_BOOT_SEC_DEFAULT when OLD_SUNXI_KERNEL_COMPAT is set

Old kernels cannot handle booting in non-secure (hyp) mode, so when
OLD_SUNXI_KERNEL_COMPAT is set, also set ARMV7_BOOT_SEC_DEFAULT.

Note that whether to booting secure or non-secure can always be overriden
using the bootm_boot_mode environment variable.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
board/sunxi/Kconfig