All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhiqiang Hou <Zhiqiang.Hou@nxp.com>
To: u-boot@lists.denx.de
Subject: [PATCHv2 1/9] board: lx2160a: Add header file cpu_func.h
Date: Tue, 24 Mar 2020 16:12:01 +0800	[thread overview]
Message-ID: <20200324081209.48449-2-Zhiqiang.Hou@nxp.com> (raw)
In-Reply-To: <20200324081209.48449-1-Zhiqiang.Hou@nxp.com>

From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

The declaration of the function cpu_numcores() has been moved to
cpu_func.h, so add including of the header file to avoid build
error.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
---
V2:
 - No change.

 board/freescale/lx2160a/lx2160a.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c
index 134ae22f85..595c774b42 100644
--- a/board/freescale/lx2160a/lx2160a.c
+++ b/board/freescale/lx2160a/lx2160a.c
@@ -5,6 +5,7 @@
 
 #include <common.h>
 #include <clock_legacy.h>
+#include <cpu_func.h>
 #include <dm.h>
 #include <dm/platform_data/serial_pl01x.h>
 #include <i2c.h>
-- 
2.17.1

  reply	other threads:[~2020-03-24  8:12 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24  8:12 [PATCHv2 0/9] fsl: layerscape: Initialize the GIC redistributor Zhiqiang Hou
2020-03-24  8:12 ` Zhiqiang Hou [this message]
2020-04-21  5:40   ` [PATCHv2 1/9] board: lx2160a: Add header file cpu_func.h Wasim Khan
2020-04-25  8:18     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 2/9] arm64: fsl-layerscape: Assign addr to resv_ram if enabled RESV_RAM config Zhiqiang Hou
2020-04-15 10:27   ` Priyanka Jain
2020-04-15 14:39     ` Z.q. Hou
2020-04-21  7:27   ` Wasim Khan
2020-04-25  8:26     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 3/9] board: lx2160a: Don't program the GIC RD tables if failed to reserve memory Zhiqiang Hou
2020-04-21  7:28   ` Wasim Khan
2020-04-25  8:38     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 4/9] board: lx2160a: Make sure the RD tables address align to 64KB Zhiqiang Hou
2020-04-21  7:38   ` Wasim Khan
2020-04-25  8:39     ` Z.q. Hou
2020-04-25  8:40     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 5/9] fsl-layerscape: Kconfig: Select RESV_RAM config if GIC_V3_ITS is enabled Zhiqiang Hou
2020-04-21  7:34   ` Wasim Khan
2020-04-25  8:40     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 6/9] arm64: layerscape: Move GIC RD tables initialization to CPU setup function Zhiqiang Hou
2020-04-21  7:39   ` Wasim Khan
2020-04-25  8:41     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 7/9] configs: ls1088a: Enable GIC_V3_ITS config Zhiqiang Hou
2020-04-21  7:40   ` Wasim Khan
2020-04-25  8:41     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 8/9] configs: ls1028a: " Zhiqiang Hou
2020-04-21  8:02   ` Wasim Khan
2020-04-25  8:42     ` Z.q. Hou
2020-03-24  8:12 ` [PATCHv2 9/9] configs: ls208xa: " Zhiqiang Hou
2020-04-21  7:41   ` Wasim Khan
2020-04-25  8:42     ` Z.q. Hou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200324081209.48449-2-Zhiqiang.Hou@nxp.com \
    --to=zhiqiang.hou@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.