From mboxrd@z Thu Jan  1 00:00:00 1970
Return-path: <ptxdist-bounces@pengutronix.de>
From: Stephan Linz <linz@li-pro.net>
Date: Tue, 17 Apr 2012 21:01:05 +0200
Message-Id: <1334689265-29872-1-git-send-email-linz@li-pro.net>
Subject: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for
	kernel build target
Reply-To: ptxdist@pengutronix.de
List-Id: PTXdist Development Mailing List <ptxdist.pengutronix.de>
List-Unsubscribe: <http://metis.pengutronix.de/cgi-bin/mailman/options/ptxdist>, 
	<mailto:ptxdist-request@pengutronix.de?subject=unsubscribe>
List-Archive: <http://metis.pengutronix.de/pipermail/ptxdist>
List-Post: <mailto:ptxdist@pengutronix.de>
List-Help: <mailto:ptxdist-request@pengutronix.de?subject=help>
List-Subscribe: <http://metis.pengutronix.de/cgi-bin/mailman/listinfo/ptxdist>, 
	<mailto:ptxdist-request@pengutronix.de?subject=subscribe>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: ptxdist-bounces@pengutronix.de
Errors-To: ptxdist-bounces@pengutronix.de
To: ptxdist@pengutronix.de
Cc: m.olbrich@pengutronix.de, mkl@pengutronix.de

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