summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf/machine/include/davinci.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/conf/machine/include/davinci.inc')
-rw-r--r--meta-oe/conf/machine/include/davinci.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-oe/conf/machine/include/davinci.inc b/meta-oe/conf/machine/include/davinci.inc
deleted file mode 100644
index 3e48097eb..000000000
--- a/meta-oe/conf/machine/include/davinci.inc
+++ /dev/null
@@ -1,25 +0,0 @@
1require conf/machine/include/tune-arm926ejs.inc
2
3# Increase this everytime you change something in the kernel
4MACHINE_KERNEL_PR = "r50"
5
6TARGET_ARCH = "arm"
7
8KERNEL_IMAGETYPE = "uImage"
9
10PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
11
12PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
13UBOOT_MACHINE = "davinci_dvevm_config"
14
15UBOOT_ENTRYPOINT = "0x80008000"
16UBOOT_LOADADDRESS = "0x80008000"
17
18EXTRA_IMAGEDEPENDS += "u-boot"
19
20SERIAL_CONSOLE ?= "115200 ttyS0"
21EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
22
23#ROOT_FLASH_SIZE = "29"
24
25MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"