From 5d0be8667545a227f11c8ce9fa517fabaeca2781 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 5 Mar 2013 16:29:56 -0500 Subject: [PATCH] am180x: cleanup machine config, remove common SoC settings Signed-off-by: Denys Dmytriyenko --- conf/machine/am180x-evm.conf | 3 --- 1 file changed, 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" IMAGE_FSTYPES += "tar.gz ubi" -MACHINE_FEATURES = "kernel26 serial ethernet" - SERIAL_CONSOLE = "115200 ttyS2" PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot"