From 1fb9c918ee0f60276aafde58a9d26fa77f1c30e0 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 17 Dec 2012 13:43:52 +0100 Subject: [PATCH] meta-digi-arm. Remove comments from machine configuration files. Signed-off-by: Alex Gonzalez --- meta-digi-arm/conf/machine/ccxmx51js.conf | 2 -- meta-digi-arm/conf/machine/ccxmx53js.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccxmx51js.conf b/meta-digi-arm/conf/machine/ccxmx51js.conf index 789029362..a04bbd44b 100644 --- a/meta-digi-arm/conf/machine/ccxmx51js.conf +++ b/meta-digi-arm/conf/machine/ccxmx51js.conf @@ -13,8 +13,6 @@ SOC_FAMILY = "mx5" UBOOT_MACHINE = "ccxmx51_config" -# Wireless firmware file need to be addded here -# MACHINE_FIRMWARE += " firmware-imx-ath6k" MACHINE_FEATURES += " wifi" UBOOT_ENTRYPOINT_mx51 = "0x94000000" diff --git a/meta-digi-arm/conf/machine/ccxmx53js.conf b/meta-digi-arm/conf/machine/ccxmx53js.conf index 841ef0140..2bd94d24d 100644 --- a/meta-digi-arm/conf/machine/ccxmx53js.conf +++ b/meta-digi-arm/conf/machine/ccxmx53js.conf @@ -13,8 +13,6 @@ SOC_FAMILY = "mx5" UBOOT_MACHINE = "ccxmx53js_config" -# Wireless firmware file need to be addded here -# MACHINE_FIRMWARE += " firmware-imx-ath6k" MACHINE_FEATURES += " wifi" UBOOT_ENTRYPOINT_mx53 = "0x70800000"