public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] zynq: ignore ps7_init.h
Date: Thu, 08 May 2014 10:27:11 +0200	[thread overview]
Message-ID: <536B3FDF.4040807@monstr.eu> (raw)
In-Reply-To: <1399536823-1813-1-git-send-email-yamada.m@jp.panasonic.com>

On 05/08/2014 10:13 AM, Masahiro Yamada wrote:
> ps_init.h should be ignored because it is supposed to
> be copied from an external project.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> ---
>  board/xilinx/zynq/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 board/xilinx/zynq/.gitignore
> 
> diff --git a/board/xilinx/zynq/.gitignore b/board/xilinx/zynq/.gitignore
> new file mode 100644
> index 0000000..5255763
> --- /dev/null
> +++ b/board/xilinx/zynq/.gitignore
> @@ -0,0 +1 @@
> +ps7_init.h
> 

Here is just one question if we should also ignore ps7_init.c too.
It means move current ps7_init weak function to spl.c in mach-zynq
and just compile ps7_init.c in board file if it is available there.

Is there any nice hook in Kbuild to compile file if it is available?

Something like
[ -f ps7_init.c ] && compile it

Then we can just move weak function
and ignore ps7_init.c/h files in board file.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140508/15ebd4c3/attachment.pgp>

  reply	other threads:[~2014-05-08  8:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-08  8:13 [U-Boot] [PATCH] zynq: ignore ps7_init.h Masahiro Yamada
2014-05-08  8:27 ` Michal Simek [this message]
2014-05-08  9:21   ` Masahiro Yamada
2014-05-08 12:00     ` Michal Simek
2014-05-08 12:32       ` Masahiro Yamada

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=536B3FDF.4040807@monstr.eu \
    --to=monstr@monstr.eu \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox