From 1b3dda179a6b2ec819aa3f863662c6f00f89c961 Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Mon, 1 Apr 2019 19:25:41 +0200 Subject: uboot-tegra: add U-Boot for tegra boards Add U-Boot for NVIDIA Tegra based boards, with the first being CompuLab TrimSlice. This is part of initial support for this board. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/image/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/tegra/image/Makefile') diff --git a/target/linux/tegra/image/Makefile b/target/linux/tegra/image/Makefile index 757e5b823f..5e3427ad27 100644 --- a/target/linux/tegra/image/Makefile +++ b/target/linux/tegra/image/Makefile @@ -32,9 +32,11 @@ define Build/tegra-sdcard $(CONFIG_TARGET_KERNEL_PARTSIZE) $@.boot \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(IMAGE_ROOTFS) \ 2048 + + $(if $(UBOOT),dd if=$(STAGING_DIR_IMAGE)/$(UBOOT).img of=$@ bs=512 skip=1 seek=1 conv=notrunc) endef -DEVICE_VARS += BOOT_SCRIPT +DEVICE_VARS += BOOT_SCRIPT UBOOT define Device/Default BOOT_SCRIPT := generic-bootscript IMAGES := sdcard.img.gz -- cgit v1.2.3