From patchwork Tue Apr 24 17:46:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan O'Donoghue X-Patchwork-Id: 903744 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="EL6tagl+"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40VrdR0Qhyz9s19 for ; Wed, 25 Apr 2018 03:57:31 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id AC9F0C21F62; Tue, 24 Apr 2018 17:55:30 +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_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID 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 0466AC21FC0; Tue, 24 Apr 2018 17:48:04 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1DE48C21F34; Tue, 24 Apr 2018 17:47:10 +0000 (UTC) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by lists.denx.de (Postfix) with ESMTPS id B5991C21ED6 for ; Tue, 24 Apr 2018 17:47:09 +0000 (UTC) Received: by mail-wm0-f66.google.com with SMTP id j4so2685082wme.1 for ; Tue, 24 Apr 2018 10:47:09 -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=jE8qpnQLnU0+3qy5fm/oT41PasTm8/KNJdz+VQiXGMg=; b=EL6tagl+VJw7Tx+CGCZpgyNajxOoMI4Yh7S280CAcSCjs8lyIb5r+ZvcisOl6jRgWG xBKVLpVcCBIsIin7N7DC4ophFt2i+5Z/d2bTC4olkqDDGhg3iEamLIyG0vyLhApfXx38 VT7pmDNrvp1o/PO8VBQ7VBODy5NnGaIB06g60= 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=jE8qpnQLnU0+3qy5fm/oT41PasTm8/KNJdz+VQiXGMg=; b=dJQfGLyPx1jaW38gEXOBkmC9sPBbarDQeZm4Qivy8m0WXd0TzttbzcwgWrOKyAYt51 N4u3fi1Y9yrHph9prNSssL1hFYPHEfChxMjo1uXHXZqoq5HcfIiM3MjOrtTLW6fx4LDd PqUMMwHASDtbVHQIHRvLiRfH5DbHNhh5t0tQYuEAm9WQHLUsDb/QutlFy8ZuuDbpN0QM gEhZrvXJLjbj4w0t7IfSQb+y1xcYw+3sgOfLi8jTz2C3i9aXbY+xyXeiaq/NkrLBOlbz oIqVms4FNEVgrBpENRQxtM8wJUAm6VeeGBbMyTjLno3rAegvXWmFYoCjs2JGF+maMrgl 4Lng== X-Gm-Message-State: ALQs6tALJBNTYG43fkv/Tcu4YLu4jWZ+TG2wR0yy2kLODR/dOjRflykP CaTVN9/ALP/amDpJdJhqQw95UzOZbJM= X-Google-Smtp-Source: AIpwx4+qhT2BXmmDPmsH9vZFbW3mdtsqUfN23e3OBxfbBrQTJxMmU/Kxm6l5kY/VfzJEZI0c8LD2yw== X-Received: by 10.80.183.65 with SMTP id g59mr34669370ede.129.1524592029189; Tue, 24 Apr 2018 10:47:09 -0700 (PDT) Received: from event-horizon.net ([109.255.42.2]) by smtp.gmail.com with ESMTPSA id e6sm6443087eds.20.2018.04.24.10.47.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Apr 2018 10:47:08 -0700 (PDT) From: Bryan O'Donoghue To: u-boot@lists.denx.de, sbabic@denx.de, fabio.estevam@nxp.com, breno.lima@nxp.com Date: Tue, 24 Apr 2018 18:46:46 +0100 Message-Id: <20180424174647.11840-18-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180424174647.11840-1-bryan.odonoghue@linaro.org> References: <20180424174647.11840-1-bryan.odonoghue@linaro.org> Subject: [U-Boot] [PATCH v4 17/18] warp7: defconfig: Enable CMD_SETEXPR 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" setexpr allows us to do arithmetic for env variables - something that is both useful and required when doing HAB authentication without hard-coding HAB load addresses. This patch enables CMD_SETEXPR for the WaRP7 defconfig. Signed-off-by: Bryan O'Donoghue Tested-by: Breno Lima Reviewed-by: Fabio Estevam --- configs/warp7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index b72c2262dd..b936f4aab1 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -21,7 +21,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_PART=y CONFIG_CMD_USB=y CONFIG_CMD_USB_MASS_STORAGE=y -# CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_SETEXPR=y CONFIG_CMD_DHCP=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y