mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Stephan Linz <linz@li-pro.net>
To: ptxdist@pengutronix.de
Cc: m.olbrich@pengutronix.de, mkl@pengutronix.de
Subject: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target
Date: Wed, 18 Apr 2012 20:28:20 +0200	[thread overview]
Message-ID: <1334773700-5996-1-git-send-email-linz@li-pro.net> (raw)

Sadly the Microblaze architecture does not support an explicit
uImage build target. The uImage is an implicit rule of simple
image target. That's why we need an separate preselection for
HOST_U_BOOT_TOOLS in the special case of KERNEL_IMAGE_SIMPLE
and ARCH_MICROBLAZE are set.

Signed-off-by: Stephan Linz <linz@li-pro.net>
---
 platforms/kernel.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/platforms/kernel.in b/platforms/kernel.in
index 01b31d3..93606f0 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -3,6 +3,7 @@ menuconfig KERNEL
 	default y
 	select IMAGE_KERNEL
 	select HOST_U_BOOT_TOOLS	if KERNEL_IMAGE_U
+	select HOST_U_BOOT_TOOLS	if KERNEL_IMAGE_SIMPLE && ARCH_MICROBLAZE
 	select HOST_XZ			if KERNEL_XZ
 	select HOST_LZOP		if KERNEL_LZOP
 	select CROSS_MODULE_INIT_TOOLS	if KERNEL_MODULES
-- 
1.7.0.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2012-04-18 18:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 18:28 Stephan Linz [this message]
2012-04-18 18:41 ` Stephan Linz
  -- strict thread matches above, loose matches on Subject: below --
2012-04-18 18:38 Stephan Linz
2012-04-17 19:01 Stephan Linz
2012-04-18  8:11 ` Michael Olbrich
2012-04-18 15:41   ` Stephan Linz

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=1334773700-5996-1-git-send-email-linz@li-pro.net \
    --to=linz@li-pro.net \
    --cc=m.olbrich@pengutronix.de \
    --cc=mkl@pengutronix.de \
    --cc=ptxdist@pengutronix.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