summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-01-29 10:40:58 -0800
committerNick Desaulniers <ndesaulniers@google.com>2020-01-29 10:58:58 -0800
commitb0cb3756fa6df51dfafc599f92685c4dceac8715 (patch)
treeb035ac160f8c1e205eb9fbee77da8ca5480b3264 /BoardConfig.mk
parentdd949e6894e9f44adace4b3d6594665bf7d09c76 (diff)
downloadbeagle-x15-b0cb3756fa6df51dfafc599f92685c4dceac8715.tar.gz
Remove U-Boot build support from beagle_x15
This reverts commit 848da4f1318cc12619512f4e66c6b281155c5f8a. Bug: 147296060 Change-Id: I57912cb7d1a9aebecd27a61f9d3d1394994fb094
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index ba5bd05..181d2b6 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -79,14 +79,6 @@ endif
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
-# U-Boot configuration.
-TARGET_UBOOT_ARCH := $(TARGET_ARCH)
-TARGET_UBOOT_SRC := external/u-boot
-TARGET_UBOOT_DEFCONFIG := am57xx_evm_defconfig
-TARGET_UBOOT_CONFIGS += device/ti/beagle_x15/beagle_x15_uboot.conf
-TARGET_UBOOT_MAKE_TARGET := u-boot-img.bin
-TARGET_UBOOT_COPY_TARGETS := u-boot.img MLO
-
# Copy kernel modules (including pvrsrvkm.ko) into /vendor/lib/modules
BOARD_ALL_MODULES := $(shell find $(LOCAL_KERNEL_HOME) -type f -iname '*.ko')
BOARD_VENDOR_KERNEL_MODULES += $(BOARD_ALL_MODULES)