From patchwork Mon Nov 11 02:19:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 1192701 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=konsulko.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 47BF1v1Zncz9sPK for ; Mon, 11 Nov 2019 13:19:28 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id AB0A6C21D8E; Mon, 11 Nov 2019 02:19:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 1B704C21C27; Mon, 11 Nov 2019 02:19:19 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 7BDB3C21C2C; Mon, 11 Nov 2019 02:19:17 +0000 (UTC) Received: from mail-yb1-f193.google.com (mail-yb1-f193.google.com [209.85.219.193]) by lists.denx.de (Postfix) with ESMTPS id EB118C21BE5 for ; Mon, 11 Nov 2019 02:19:16 +0000 (UTC) Received: by mail-yb1-f193.google.com with SMTP id k206so1851148ybb.5 for ; Sun, 10 Nov 2019 18:19:16 -0800 (PST) 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; bh=3tS7F8ZOx4G8Ccjw2NWa7aR2NvH3qWgL6UUzheL5AI8=; b=IwtPsR0pA+sexmdsAIEH+ZzKzs202PNezTGWAAzxXrQ1vknpD6J0k2Ck+KXzryOjO6 zoCrkk0PeBRya1Zp2FT0zlHMEC2znqo5NanhFSAgCx5C4db1GfZ4/jdyEE+Fcu/4Q/gJ IhQQwZPDw1+nXW4p33JQdEkG4aiURO17ZkhOw72FGn3N36f9zAHAs/euXQHGUnG/XNjj NRFjz2uVQVYvhyipJTGfsQ3N328qX6SuV1yrzDxK+J1JolVKqPXMaqpP/H6jhTWPapMb Mo4myeVrF4jdWGCfWTdFWU8SxQhk5G1M7+lL+hWiKk/koQ6AtgHmI/2aNsLbFoHW2MSU vZig== X-Gm-Message-State: APjAAAUbs4vL2lqSmjRO269uYBBXhlF3V0vPoWnxvvd9AzD3OnJQvvyt mfJ5iAgyIdjnD0Y0HqHkJ8WR9JI= X-Google-Smtp-Source: APXvYqyJ1u3TC4OW1BBNPJ6bU4Fx8ycLKLcvK9PmqJFrotd8gahrRJaaZjEibF20Obmy0uM1k3loDw== X-Received: by 2002:a25:9346:: with SMTP id g6mr6526943ybo.6.1573438755152; Sun, 10 Nov 2019 18:19:15 -0800 (PST) Received: from bill-the-cat.local (2606-a000-1401-86dd-818f-1a44-c767-0032.inf6.spectrum.com. [2606:a000:1401:86dd:818f:1a44:c767:32]) by smtp.gmail.com with ESMTPSA id z11sm7954882ywk.12.2019.11.10.18.19.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Nov 2019 18:19:14 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Sun, 10 Nov 2019 21:19:08 -0500 Message-Id: <20191111021910.19906-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 Subject: [U-Boot] [PATCH 1/3] evb-rk3128: Migrate CONFIG_ENV_IS_IN_MMC to defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" This board is setting CONFIG_ENV_IS_IN_MMC in the header rather than defconfig, fix. Cc: Kever Yang Signed-off-by: Tom Rini --- configs/evb-rk3128_defconfig | 1 + include/configs/evb_rk3128.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/evb-rk3128_defconfig b/configs/evb-rk3128_defconfig index ec2f143ddeca..cb3c5372aa81 100644 --- a/configs/evb-rk3128_defconfig +++ b/configs/evb-rk3128_defconfig @@ -17,6 +17,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_TIME=y CONFIG_DEFAULT_DEVICE_TREE="rk3128-evb" +CONFIG_ENV_IS_IN_MMC=y CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_CLK=y diff --git a/include/configs/evb_rk3128.h b/include/configs/evb_rk3128.h index 73ceab03732a..bf6c7eaf4c19 100644 --- a/include/configs/evb_rk3128.h +++ b/include/configs/evb_rk3128.h @@ -8,7 +8,6 @@ #include -#define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 #endif