summaryrefslogtreecommitdiffstats
path: root/conf/machine/lego-ev3.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/lego-ev3.conf')
-rw-r--r--conf/machine/lego-ev3.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/conf/machine/lego-ev3.conf b/conf/machine/lego-ev3.conf
deleted file mode 100644
index 5b89a6a7..00000000
--- a/conf/machine/lego-ev3.conf
+++ /dev/null
@@ -1,22 +0,0 @@
1#@TYPE: Machine
2#@NAME: LEGO Mindstorms EV3
3#@DESCRIPTION: Machine configuration for the LEGO Mindstorms EV3
4
5require conf/machine/include/davinci.inc
6require conf/machine/include/omapl138.inc
7
8UBOOT_MACHINE = "legoev3_config"
9UBOOT_SUFFIX = "bin"
10UBOOT_ENTRYPOINT = "0xC0008000"
11UBOOT_LOADADDRESS = "0xC0008000"
12SPL_BINARY = ""
13
14KERNEL_DEVICETREE = "da850-lego-ev3.dtb"
15KERNEL_IMAGETYPES = "uImage"
16KERNEL_DEVICETREE_BUNDLE = "1"
17SERIAL_CONSOLES = "115200;ttyS1"
18
19IMAGE_FSTYPES += " wic"
20WKS_FILE ?= "sdimage-bootpart.wks"
21WIC_CREATE_EXTRA_ARGS += " --no-fstab-update"
22IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPES}"