summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2018-05-18 15:47:17 +0200
committerGitHub <noreply@github.com>2018-05-18 15:47:17 +0200
commit164e73cd749320ca25477406f409a826fc6ac5b6 (patch)
tree7ff0ba601669a8b86b09eceda0b1164a02f8f1cb
parent5f803ebaa590c408ef4b6e2a78e03e3af60161a2 (diff)
parent10f1c7706cf2ad012dac46f36f93387b71f28ee7 (diff)
downloadmeta-updater-164e73cd749320ca25477406f409a826fc6ac5b6.tar.gz
Merge pull request #316 from advancedtelematic/fix/rm-minnowboard-uboot
Remove support for u-boot on minnowboard
-rw-r--r--classes/sota_minnowboard_uboot.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/sota_minnowboard_uboot.inc b/classes/sota_minnowboard_uboot.inc
deleted file mode 100644
index 85d6a60..0000000
--- a/classes/sota_minnowboard_uboot.inc
+++ /dev/null
@@ -1,8 +0,0 @@
1PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot-ota"
2UBOOT_MACHINE_sota ?= "minnowmax_defconfig"
3
4EXTRA_IMAGEDEPENDS_append_sota = " minnowboard-bootfiles"
5IMAGE_BOOT_FILES_sota ?= "minnowboard-bootfiles/*"
6
7OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda console=ttyS0,115200 console=tty0"
8