From patchwork Sun Dec 20 21:45:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksei Mamlin X-Patchwork-Id: 559366 X-Patchwork-Delegate: hdegoede@redhat.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 9F04E140B12 for ; Mon, 21 Dec 2015 07:45:44 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=EcbMKq1J; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C87D34B72C; Sun, 20 Dec 2015 21:45:40 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TXdXRDo4YDAd; Sun, 20 Dec 2015 21:45:40 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6C6B54B6CB; Sun, 20 Dec 2015 21:45:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 806554B6CB for ; Sun, 20 Dec 2015 21:45:38 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rHlldkET2q5l for ; Sun, 20 Dec 2015 21:45:38 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by theia.denx.de (Postfix) with ESMTPS id 3F8D44B6BB for ; Sun, 20 Dec 2015 21:45:33 +0100 (CET) Received: by mail-lf0-f67.google.com with SMTP id p203so10024147lfa.3 for ; Sun, 20 Dec 2015 12:45:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=UxGQQLkjhEdFhYLc2gJkVGZdr/NM5CD9LAiQRl6qwlI=; b=EcbMKq1JXnQVWkWJmmaY/4UCTsNl/E6VEktjXsO4+bfPpa1+n0ak8lVl2DSnfjy/eO Kpz72OTrvlUoTuyiZvWvUXH6dD4Lw3XnGh98Q0pnE1hWRQcoGDAIqtOnW7eTUmmRPUqu oH7H7OjWcpujVkHvW5nN7DDoQzqStX3yYU/oGtXQXNvutHC0X1CC+SE+zju7syhAj8LP wf5Jev3i0ne/dykfTVEodJpW683i4tNjqusT52d+XRQLkioMV/EQPfzyx92HOPQ9sUVL JSSRiowGIN8i3FMKCLjcZVuJ6yMXwue2UYHlazj+vG+GKUUOvd6wJ8TSHiiMKzn9A9BV dYjA== X-Received: by 10.25.37.137 with SMTP id l131mr5157646lfl.142.1450644333163; Sun, 20 Dec 2015 12:45:33 -0800 (PST) Received: from tenshi.local (rin.nnov.ru. [95.79.31.27]) by smtp.gmail.com with ESMTPSA id g193sm4454802lfb.6.2015.12.20.12.45.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Dec 2015 12:45:32 -0800 (PST) From: Aleksei Mamlin To: Hans de Goede Date: Mon, 21 Dec 2015 00:45:13 +0300 Message-Id: <1450647913-6731-1-git-send-email-mamlinav@gmail.com> X-Mailer: git-send-email 2.4.10 Cc: u-boot@lists.denx.de, linux-sunxi@googlegroups.com, Aleksei Mamlin Subject: [U-Boot] [PATCH] sunxi: Add CONFIG_SUNXI_NO_PMIC to Marsboard A10 config X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Marsboard A10 haven't any PMIC at all, so add CONFIG_SUNXI_NO_PMIC=y to Marsboard_A10_defconfig Signed-off-by: Aleksei Mamlin --- configs/Marsboard_A10_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/Marsboard_A10_defconfig b/configs/Marsboard_A10_defconfig index 5689cff..806fb64 100644 --- a/configs/Marsboard_A10_defconfig +++ b/configs/Marsboard_A10_defconfig @@ -9,4 +9,5 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_EMAC,AHCI" # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +CONFIG_SUNXI_NO_PMIC=y CONFIG_USB_EHCI_HCD=y