From patchwork Fri Apr 28 04:02:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 98306 Delivered-To: patches@linaro.org Received: by 10.140.109.52 with SMTP id k49csp80030qgf; Thu, 27 Apr 2017 21:03:01 -0700 (PDT) X-Received: by 10.84.233.136 with SMTP id l8mr12183098plk.49.1493352181305; Thu, 27 Apr 2017 21:03:01 -0700 (PDT) Return-Path: Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com. [2607:f8b0:400e:c00::235]) by mx.google.com with ESMTPS id r59si4481628plb.87.2017.04.27.21.03.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Apr 2017 21:03:01 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::235 as permitted sender) client-ip=2607:f8b0:400e:c00::235; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::235 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by mail-pf0-x235.google.com with SMTP id i4so6117940pfc.0 for ; Thu, 27 Apr 2017 21:03:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=lpmeGf4HunYy7Qs5z6ZJu9z0TLwF9wSE7/PfJ45AjU4=; b=kCR4XEA6Zh6uSSzunSUE6nO4DChJYZo1YFlACGCM8oQCFJo5oUfkPqLokaRcMKmknL b/XxM011+pv1K+qmcZTnI6qbEj22C9pGeUHWjm4dQ/1z3vVR5o5T5dWcZQb4BpOwF6Pl BtOM2f5WeVqm+5ppRIYB83Q1oTht9uQGNAJb4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=lpmeGf4HunYy7Qs5z6ZJu9z0TLwF9wSE7/PfJ45AjU4=; b=MwNC9oc6JQDW5gEg2EMdJSQ0U/appM8opMQ9U+pQcfqvQWCqMHXlzFZgCEaXrRg2+f jSYd7NROoLgc7ikX4rvyHUcJhIubQBgibsPJPM8BR70gRG78626uPCDB3VAN2y6/mnpf hcmTa7eURDHizJ836BLdrep8HMj/1OsE9634iYpl/1YJRJmJmB8lQUHxxORWHW0F+JnQ gOKZ3Yfz5a+BjBciHiKA5ui7fp6R3WPhxD1sjpanIpE5RcGc3Qck4xPeYtMwGY9RJaTq tKBigdKJ03xi6T7PBLL+O9Y7PbtPK/3R7uATjaLkeUpMe703XZapOPcdV/vF+NlqJT0U NuEQ== X-Gm-Message-State: AN3rC/726odrefzkTZjktXS4ro1VklLJzBvP6mEmiHOA4LnW8KyRyihL tUt5aeHFr2ThcsIAXyw= X-Received: by 10.98.194.199 with SMTP id w68mr9781495pfk.192.1493352180995; Thu, 27 Apr 2017 21:03:00 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([2601:1c2:1002:83f0:4e72:b9ff:fe99:466a]) by smtp.gmail.com with ESMTPSA id j65sm7161652pfc.86.2017.04.27.21.02.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 27 Apr 2017 21:03:00 -0700 (PDT) From: John Stultz To: Cc: John Stultz , Rob Herring , Sumit Semwal , Vishal Bhoj , Amit Pundir Subject: [PATCH 4/4] Remove flo/hikey defconfigs for now Date: Thu, 27 Apr 2017 21:02:51 -0700 Message-Id: <1493352171-30851-4-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1493352171-30851-1-git-send-email-john.stultz@linaro.org> References: <1493352171-30851-1-git-send-email-john.stultz@linaro.org> Since we're prepping for submitting to AOSP, clean out some of the other devices so we don't confuse the lunch menu or cause folks to think flo is coming back alive officially. Cc: Rob Herring Cc: Sumit Semwal Cc: Vishal Bhoj Cc: Amit Pundir Signed-off-by: John Stultz --- configs/flo_defconfig | 9 --------- configs/hikey_defconfig | 8 -------- 2 files changed, 17 deletions(-) delete mode 100644 configs/flo_defconfig delete mode 100644 configs/hikey_defconfig -- 2.7.4 diff --git a/configs/flo_defconfig b/configs/flo_defconfig deleted file mode 100644 index 13dbe7a..0000000 --- a/configs/flo_defconfig +++ /dev/null @@ -1,9 +0,0 @@ -CONFIG_ARCH_ARM=y -CONFIG_PRODUCT_DEVICE="flo" -CONFIG_BOARD_SYSTEMIMAGE_PARTITION_SIZE=880803840 -CONFIG_KERNEL=y -CONFIG_KERNEL_PATH="zImage.dtb" -CONFIG_BOARD_KERNEL_CMDLINE="console=ttyHSL0,115200,n8 user_debug=31 console=ttyMSM0,115200,n8 androidboot.selinux=permissive" -CONFIG_BOARD_KERNEL_BASE=0x80200000 -CONFIG_RAMDISK_OFFSET=0x02000000 -CONFIG_QCOM_FLO_WIFI=y diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig deleted file mode 100644 index dee7d73..0000000 --- a/configs/hikey_defconfig +++ /dev/null @@ -1,8 +0,0 @@ -CONFIG_BOARD_SYSTEMIMAGE_PARTITION_SIZE=1610612736 -CONFIG_HWCOMPOSER=y -CONFIG_GRALLOC_MALI=y -CONFIG_DALVIK_VM_HEAPSTARTSIZE=16 -CONFIG_DALVIK_VM_HEAPGROWTHLIMIT=192 -CONFIG_DALVIK_VM_HEAPSIZE=512 -CONFIG_WIFI=y -CONFIG_TI_WILINK_WIFI=y