aboutsummaryrefslogtreecommitdiff
path: root/variants
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-07-01 14:48:15 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-07-01 18:05:53 +0100
commitc5589c9bc7f954b217eca020a76143069f95fcd5 (patch)
treef1c0cab1c93d31a2c779275e044abea4d811828e /variants
parent66902b96dfb8b29edf0916c422aeb39c2a18884d (diff)
tc2-busybox: disable u-boot
U-Boot doesn't work on TC2, so I've disabled it until it can be fixed. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'variants')
-rw-r--r--variants/tc2-busybox6
1 files changed, 3 insertions, 3 deletions
diff --git a/variants/tc2-busybox b/variants/tc2-busybox
index 79d816d..28fadcd 100644
--- a/variants/tc2-busybox
+++ b/variants/tc2-busybox
@@ -45,7 +45,7 @@ LINUX_IMAGE_TYPE=zImage
DEVTREE_TREES=(vexpress-v2p-ca15_a7)
DEVTREE_TREES_RENAME=(board.dtb)
-UBOOT_BUILD_ENABLED=1
+UBOOT_BUILD_ENABLED=0
BUILD_SCRIPTS=$BUILD_SCRIPTS"build-uboot.sh "
UBOOT_PATH=u-boot
UBOOT_ARCH=arm
@@ -80,9 +80,9 @@ RAMDISK_BUSYBOX_PATH=$BUSYBOX_PATH/_install/bin/busybox
# this must be the last step for low level code.
TARGET_BINS_BUILD_ENABLED=1
BUILD_SCRIPTS=$BUILD_SCRIPTS"build-target-bins.sh "
-TARGET_BINS_UINITRD_ADDRS="0x84000000"
+TARGET_BINS_UINITRD_ADDRS=""
TARGET_BINS_PLATS="tc2"
TARGET_BINS_HAS_BUSYBOX=1
-TARGET_UBOOT_tc2="tc2"
+TARGET_UBOOT_tc2=""
TARGET_UEFI_tc2="tc2"