From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F367C433EF for ; Sat, 23 Apr 2022 11:06:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235153AbiDWLJQ (ORCPT ); Sat, 23 Apr 2022 07:09:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233137AbiDWLJN (ORCPT ); Sat, 23 Apr 2022 07:09:13 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CA984AE35 for ; Sat, 23 Apr 2022 04:06:16 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id a21so1079926edb.1 for ; Sat, 23 Apr 2022 04:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=GF/Ydzf1WvYfy3QDQgtio+cc6YY6ogoQZWdGNtS5VO8=; b=pWMTRari6BUndIUw2/zGTCMeMSlcqmAQwneKe0ldqD4af5eVzHswLH23wtOQZwzEVx uB/8i7LTjEjL9utOnneujjDx8DSOyiJFdr2p6CFYFSjcNUuHCapF6jkHwMNG3npmxPW+ MqTIv43L+vVJJ4ZilNj4j9lq9CXzMtXHCDJ8HhY98y1uYUzLQlwQq6GQbwrB9LUPHJYX QMpahHUfxZapeTze3BGQGWus4oaVFRKWtiCJ62KG09m60qgLCKiPV8n115Mm0C4baZvb hevGRUWfh10pLmDxj26w/IZAmSUtzs7qOtRY18JIC/KKzEE+EPFiUsGs1uA2Twpkq2TN kPjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=GF/Ydzf1WvYfy3QDQgtio+cc6YY6ogoQZWdGNtS5VO8=; b=2fnjOgC3nP5+Y6JmXd72ZCouiLLXL5vo2wYBZuRX4NbsD9PYYbshsGHJ3lehzLwxv6 ji6zJ410kXlY8hmg2r7MLomb5GR3Bys5MkJ1kZDM8dUlC2INfRUb++ygUY/xY0Ug+1hI qvzRqIpulAKQAwp1M+HeLhEOmRFSdbiYnfgkEyXJJf35WasI+o0Ppf6UNUILycih9hiY vCLLdXTKcLnIGFKBLYcQfhHVurQIJgAb0iOromSCKZRbR9GKKr3ej/Pq9RrqwlA7FVFG MMjBpfS2h2R8izzBW61MTpkh0fv11OAF39lIb8U5haCljZ0DnvPEk4FtITHubHsar4SZ t/xA== X-Gm-Message-State: AOAM530Ic0ELNYketIViMGRIZD05wCi/IfX6/Zn+xnT6WPN6RkGOaU5V YtCEpIS/Wju4lBMfSGh5aPDLjg== X-Google-Smtp-Source: ABdhPJwMDTI8DmWaBO7evEmGYhUnWwmbi/xdet01iamstVOCGfjydSR5GC0olQqE4p0jQP3cQayK+A== X-Received: by 2002:a05:6402:268c:b0:423:ec54:6fec with SMTP id w12-20020a056402268c00b00423ec546fecmr9746401edd.151.1650711975022; Sat, 23 Apr 2022 04:06:15 -0700 (PDT) Received: from [192.168.0.234] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id kj23-20020a170907765700b006e8973a14d8sm1590159ejc.30.2022.04.23.04.06.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 23 Apr 2022 04:06:14 -0700 (PDT) Message-ID: Date: Sat, 23 Apr 2022 13:06:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v5 02/11] arch: arm: configs: multi_v7_defconfig Content-Language: en-US To: nick.hawkins@hpe.com, verdun@hpe.com, joel@jms.id.au, arnd@arndb.de, openbmc@lists.ozlabs.org Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220421192132.109954-1-nick.hawkins@hpe.com> <20220421192132.109954-3-nick.hawkins@hpe.com> From: Krzysztof Kozlowski In-Reply-To: <20220421192132.109954-3-nick.hawkins@hpe.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/04/2022 21:21, nick.hawkins@hpe.com wrote: > @@ -1228,3 +1230,4 @@ CONFIG_CMA_SIZE_MBYTES=64 > CONFIG_PRINTK_TIME=y > CONFIG_MAGIC_SYSRQ=y > CONFIG_DEBUG_FS=y > +CONFIG_GXP_WATCHDOG=y This does not look like in correct place. You need to add entries how the savedefconfig would do it. Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F0ABCC433F5 for ; Sat, 23 Apr 2022 11:07:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zaziJZPYaJAmTnewmuIie4rvLJ7WbQjVnkiPQTct8ac=; b=z5v8XliB9Y5UoL O7GCEGKXaBzLtYZjd431A1TFZVNE3UoKrXSGN2orfxZHePO2e2WBMK6UVwJkVsu5n6O/pkNxuEYeM 4SnyVgUy/hMskR0AD8DEbNA1TDKJPZdizMHLviESsIa0Q3uWCpAkeB2mvqu8IOqAElvdUr4d0GCE3 vuG+B7C5mubMYYPVWRXcQdtViZOIdz8sWbP2/74Sao6z9WAe4jbgF/nzWtF92JiOiqFlq3w062vMF L9y2HkN5kgahVuhCqZxuQjT6KPjkDfnPn3d1m/nJKcxebwxWkX6EBKVSmgGFTgYtwLXYnoBdMloN8 M4zVbJ9P2LzRK2u4cEhg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1niDan-004Cvv-OU; Sat, 23 Apr 2022 11:06:21 +0000 Received: from mail-ed1-x52e.google.com ([2a00:1450:4864:20::52e]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1niDak-004Cv0-5L for linux-arm-kernel@lists.infradead.org; Sat, 23 Apr 2022 11:06:19 +0000 Received: by mail-ed1-x52e.google.com with SMTP id d6so8170256ede.8 for ; Sat, 23 Apr 2022 04:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=GF/Ydzf1WvYfy3QDQgtio+cc6YY6ogoQZWdGNtS5VO8=; b=pWMTRari6BUndIUw2/zGTCMeMSlcqmAQwneKe0ldqD4af5eVzHswLH23wtOQZwzEVx uB/8i7LTjEjL9utOnneujjDx8DSOyiJFdr2p6CFYFSjcNUuHCapF6jkHwMNG3npmxPW+ MqTIv43L+vVJJ4ZilNj4j9lq9CXzMtXHCDJ8HhY98y1uYUzLQlwQq6GQbwrB9LUPHJYX QMpahHUfxZapeTze3BGQGWus4oaVFRKWtiCJ62KG09m60qgLCKiPV8n115Mm0C4baZvb hevGRUWfh10pLmDxj26w/IZAmSUtzs7qOtRY18JIC/KKzEE+EPFiUsGs1uA2Twpkq2TN kPjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=GF/Ydzf1WvYfy3QDQgtio+cc6YY6ogoQZWdGNtS5VO8=; b=1MASs1YrUFpnC7FhS5KTqsQFEoyF6/hzAB19SiyQ1IjARHY3hY3Lp925EF3QFqCefz HQdX7gjDsnB4ts+thb+iIRhh5NyzLtlBiXQFbcgRju/8L1FHoHPqJjwh4NDE5yTETki6 p1jDF5VtVcAKujAdlo6X2XG9sACquVDDUlR9i6dK3ZnBVUP815tMAokq96IVShrnuo2k SR8pEFERbkp7nXKBSIHMQ3V5BJxwrOkEL+5RmhwwDpN320y09cuyKPXhBaxApWfBUGr9 mxJwPo1GQ0KayMQIdW2uYUwYr80+hYF6Ub6TuhDzFdlJFgJ6Wo1v0dPlunqN4MeUi+Xq CtqQ== X-Gm-Message-State: AOAM532JJD+t8GDiL7B1ohXs+0u4Z/+FLS1FSVSowZIQRwVjczh4snMi OZQSb8GDPbcYB11Xn6Tn5KCIOg== X-Google-Smtp-Source: ABdhPJwMDTI8DmWaBO7evEmGYhUnWwmbi/xdet01iamstVOCGfjydSR5GC0olQqE4p0jQP3cQayK+A== X-Received: by 2002:a05:6402:268c:b0:423:ec54:6fec with SMTP id w12-20020a056402268c00b00423ec546fecmr9746401edd.151.1650711975022; Sat, 23 Apr 2022 04:06:15 -0700 (PDT) Received: from [192.168.0.234] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id kj23-20020a170907765700b006e8973a14d8sm1590159ejc.30.2022.04.23.04.06.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 23 Apr 2022 04:06:14 -0700 (PDT) Message-ID: Date: Sat, 23 Apr 2022 13:06:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v5 02/11] arch: arm: configs: multi_v7_defconfig Content-Language: en-US To: nick.hawkins@hpe.com, verdun@hpe.com, joel@jms.id.au, arnd@arndb.de, openbmc@lists.ozlabs.org Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220421192132.109954-1-nick.hawkins@hpe.com> <20220421192132.109954-3-nick.hawkins@hpe.com> From: Krzysztof Kozlowski In-Reply-To: <20220421192132.109954-3-nick.hawkins@hpe.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220423_040618_255014_2B9C1394 X-CRM114-Status: UNSURE ( 8.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 21/04/2022 21:21, nick.hawkins@hpe.com wrote: > @@ -1228,3 +1230,4 @@ CONFIG_CMA_SIZE_MBYTES=64 > CONFIG_PRINTK_TIME=y > CONFIG_MAGIC_SYSRQ=y > CONFIG_DEBUG_FS=y > +CONFIG_GXP_WATCHDOG=y This does not look like in correct place. You need to add entries how the savedefconfig would do it. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel