From 7ab5a5b16590bc43c0b05d8c1275ecec9c465e97 Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Mon, 17 Sep 2012 02:45:13 -0400 Subject: AArch64: do not need to build U-Boot, X-Loader, etc. (old PandaBoard stuff) Signed-off-by: Jon Masters --- stage1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stage1 b/stage1 index 899c0fc..3fc7e70 100755 --- a/stage1 +++ b/stage1 @@ -46,8 +46,8 @@ KCONFIG=kernel-3.*-armv7hl-tegra.config # used by kernel and glibc KARCH=arm64 KIMAGE=uImage -NEED_XLOADER=yes -NEED_UBOOT=yes +NEED_XLOADER=no +NEED_UBOOT=no # The cross-compiler target TARGET=aarch64-redhat-linux-gnu -- cgit