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 X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8022FC47082 for ; Thu, 3 Jun 2021 13:39:21 +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 8E4166121D for ; Thu, 3 Jun 2021 13:39:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8E4166121D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6FF3382FAC; Thu, 3 Jun 2021 15:39:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id BE3B882EF0; Thu, 3 Jun 2021 15:39:16 +0200 (CEST) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) (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 2EDA482EF0 for ; Thu, 3 Jun 2021 15:39:12 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f177.google.com with SMTP id z4so1308227qts.4 for ; Thu, 03 Jun 2021 06:39:12 -0700 (PDT) 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=EaBRySHlZA3TDA4/ibe0wI9Ea/mn+NaFIDk+sZtiLxc=; b=nYw/vqwhgWEhtxhOtCK31Ko9WOYfy06R4kQehurzUgAWCiNIByaOq4nr3IvX9JLpPe sYv6O+u4u7SIUTDXc/jeDvoDSsmHaGE776QIJ2cQwsawcAe32PtmCaVqQk73yVlmDMCt cKZswdG1ckAL84+NKj6sFOrtUEtqfbRPv8L8GL5Bm2hI0fmaF6p/vvAJKKezbDDchyC3 W9Qe2F7LMNlNn88yxbrhsw4qFgnCtgpzKnkyi81SULbhNFUHtM9BCVcEuXubrG2Elebq 9UPqSqDKlcyavcscSRugi/8iLiVJ8xxefOYsm5++PY6O98PkQnQmXr1nawrZ6JRcH/fR EwOg== X-Gm-Message-State: AOAM532gpM4NgxNAhdyEXW5OqvW7Yp+cvaYukFAWEQCfCWkSbPEhnoqi sHDmKh7Ev0KukzX44SBnu29jaAmZcA== X-Google-Smtp-Source: ABdhPJyhtB0L37t52019XMBHbZCHK1iuqrR2XyX45yB18nQnIeHyiUsdqnK/uXJDnGkoCVgD/LgPAQ== X-Received: by 2002:ac8:4e29:: with SMTP id d9mr5672143qtw.136.1622727550470; Thu, 03 Jun 2021 06:39:10 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-7400-11d1-4e05-ef18.res6.spectrum.com. [2603:6081:7b01:cbda:7400:11d1:4e05:ef18]) by smtp.gmail.com with ESMTPSA id q23sm1733794qtn.49.2021.06.03.06.39.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Jun 2021 06:39:09 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Cc: Matt Merhar Subject: [PATCH 1/4] powerpc: Don't use relative include for config.h in global_data.h Date: Thu, 3 Jun 2021 09:38:59 -0400 Message-Id: <20210603133902.4192-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210518091947.63513-1-rasmus.villemoes@prevas.dk> References: <20210518091947.63513-1-rasmus.villemoes@prevas.dk> 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.102.4 at phobos.denx.de X-Virus-Status: Clean As there is an arch/powerpc/include/asm/config.h file using "" to get config.h here can lead to using that rather than include/config.h. This in turn can lead to a mismatch in the size of gd. Cc: Matt Merhar Signed-off-by: Tom Rini --- arch/powerpc/include/asm/global_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h index 192a02d347e7..90bf5a2aea5d 100644 --- a/arch/powerpc/include/asm/global_data.h +++ b/arch/powerpc/include/asm/global_data.h @@ -8,7 +8,7 @@ #ifndef __ASM_GBL_DATA_H #define __ASM_GBL_DATA_H -#include "config.h" +#include #include "asm/types.h" /* Architecture-specific global data */ -- 2.17.1