diff options
Diffstat (limited to 'conf/machine/lego-ev3.conf')
| -rw-r--r-- | conf/machine/lego-ev3.conf | 22 |
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 | |||
| 5 | require conf/machine/include/davinci.inc | ||
| 6 | require conf/machine/include/omapl138.inc | ||
| 7 | |||
| 8 | UBOOT_MACHINE = "legoev3_config" | ||
| 9 | UBOOT_SUFFIX = "bin" | ||
| 10 | UBOOT_ENTRYPOINT = "0xC0008000" | ||
| 11 | UBOOT_LOADADDRESS = "0xC0008000" | ||
| 12 | SPL_BINARY = "" | ||
| 13 | |||
| 14 | KERNEL_DEVICETREE = "da850-lego-ev3.dtb" | ||
| 15 | KERNEL_IMAGETYPES = "uImage" | ||
| 16 | KERNEL_DEVICETREE_BUNDLE = "1" | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS1" | ||
| 18 | |||
| 19 | IMAGE_FSTYPES += " wic" | ||
| 20 | WKS_FILE ?= "sdimage-bootpart.wks" | ||
| 21 | WIC_CREATE_EXTRA_ARGS += " --no-fstab-update" | ||
| 22 | IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPES}" | ||
