summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am180x-evm.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index 827885b4..7ea25cf1 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -11,9 +11,6 @@ UBOOT_LOADADDRESS = "0xc0008000"
11 11
12IMAGE_FSTYPES += "tar.gz ubi" 12IMAGE_FSTYPES += "tar.gz ubi"
13 13
14MACHINE_FEATURES = "kernel26 serial ethernet"
15
16SERIAL_CONSOLE = "115200 ttyS2" 14SERIAL_CONSOLE = "115200 ttyS2"
17 15
18PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp" 16PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp"
19PREFERRED_PROVIDER_virtual/bootloader = "u-boot"