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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1D90C433EF for ; Sun, 26 Sep 2021 18:43:14 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6286E61183 for ; Sun, 26 Sep 2021 18:43:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6286E61183 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EDE8183634; Sun, 26 Sep 2021 20:42:41 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="YDGg2ACF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 742DA835CE; Sun, 26 Sep 2021 20:40:43 +0200 (CEST) Received: from mail-vs1-xe34.google.com (mail-vs1-xe34.google.com [IPv6:2607:f8b0:4864:20::e34]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 72ED683609 for ; Sun, 26 Sep 2021 20:40:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-vs1-xe34.google.com with SMTP id x74so15688789vsx.13 for ; Sun, 26 Sep 2021 11:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:sender:from:in-reply-to:references:date:message-id :subject:to:cc; bh=m+ddzbMnpti5uoM+q5bPoMLxLmMQPX67vLmG46Eqx2k=; b=YDGg2ACF/abiNvVK19WKVaB07uEpLjPwbcEuULI9Knu8qxe0Ce7ZG+a6H0Ror7o+/8 bnZGsPSA4hZMa7Ys9sPzVuMt1bKQiJnivzpVdh7QXOYCReXWwCsCp720f1RrhduI/78R pA90IAR9uXnzhvIMR7vI6fx+gor1QY1DgkAn8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:sender:from:in-reply-to:references :date:message-id:subject:to:cc; bh=m+ddzbMnpti5uoM+q5bPoMLxLmMQPX67vLmG46Eqx2k=; b=siRVCPQdpdDBjlP05+rw0wqQvp4KgU7119cIMQGFS3YqDVxcnyNAqZ0LEBgynRIvp9 A9R/G5dWH3tr0PUZ1jT9mX1d9/qDisVPyPz/cO6Bv0DKY1jTjExU4IePcpWtwJtXHsAC 1NiZE/OBpCdalzFQIjeVJVrQ8Gv9mMP8GOhvflD9dNlNBTGtmPjmTarfsR3chO79dbKD YthpwdnG+k8wvtD9IOK3i2il00JoKtyi8hGRSPfRvmpn5qusfy4DMrWdZchI83gDt09z l0NhvUvRfBOM/yPOsWINIZBFeCkN5JZ+wQ5Y5I8dAfsj877KFS+v+/RLwiGwAfR8+VHl 1wOw== X-Gm-Message-State: AOAM5323DqucFU9mGUaFSTc57++OlzP6E8par2hk1uqd1y+bmBaxc5sf 0bp5ROdt7El9u0yBOXHn56DYtix9178AkXCH1x6iJg== X-Google-Smtp-Source: ABdhPJwPkO7hN5k2KZiClqY42NJPm1cBU6PoHa/nagEOGo6BkAP5H2gvGVdWWh3wTadRs3C+4odGEOsJvSLVqScCD7c= X-Received: by 2002:a67:ee12:: with SMTP id f18mr17130485vsp.20.1632681627069; Sun, 26 Sep 2021 11:40:27 -0700 (PDT) Received: from 480794996271 named unknown by gmailapi.google.com with HTTPREST; Sun, 26 Sep 2021 18:40:26 +0000 MIME-Version: 1.0 From: Simon Glass In-Reply-To: <20210807132413.3513724-8-sjg@chromium.org> References: <20210807132413.3513724-8-sjg@chromium.org> <20210807132413.3513724-1-sjg@chromium.org> Date: Sun, 26 Sep 2021 18:40:26 +0000 X-Google-Sender-Auth: OcvIb6NqDVoNqH5AQ_An_LOAUT8 Message-ID: Subject: Re: [PATCH 07/12] fdt: Update Makefile rules with the new OF_REAL Kconfig To: Simon Glass Cc: Tom Rini , Jerry Van Baren , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Simplify some of the Makefile rules using this Kconfig. Signed-off-by: Simon Glass --- Makefile | 7 ++----- lib/Makefile | 5 +---- scripts/Makefile.spl | 9 +++------ 3 files changed, 6 insertions(+), 15 deletions(-) Applied to u-boot-dm/next, thanks!