From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SK4ZN-0006fA-6C for ptxdist@pengutronix.de; Tue, 17 Apr 2012 11:19:29 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1SK4ZN-0002DK-4Z for ptxdist@pengutronix.de; Tue, 17 Apr 2012 11:19:29 +0200 Date: Tue, 17 Apr 2012 11:19:29 +0200 From: Michael Olbrich Message-ID: <20120417091929.GH8237@pengutronix.de> References: <1334483560-14341-1-git-send-email-linz@li-pro.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1334483560-14341-1-git-send-email-linz@li-pro.net> Subject: Re: [ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 On Sun, Apr 15, 2012 at 11:52:40AM +0200, Stephan Linz wrote: > Signed-off-by: Stephan Linz Thanks, applied. Michael > --- > scripts/lib/ptxd_make_xilinx_bsp.sh | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/scripts/lib/ptxd_make_xilinx_bsp.sh b/scripts/lib/ptxd_make_xilinx_bsp.sh > index 3594d0a..117f531 100644 > --- a/scripts/lib/ptxd_make_xilinx_bsp.sh > +++ b/scripts/lib/ptxd_make_xilinx_bsp.sh > @@ -1,6 +1,6 @@ > #!/bin/bash > # > -# Copyright (C) 2011 by Stephan Linz > +# Copyright (C) 2011-2012 by Stephan Linz > # > # See CREDITS for details about who has contributed to this project. > # > @@ -60,7 +60,7 @@ ptxd_make_xilinx_bsp_apply_uboot() > export -f ptxd_make_xilinx_bsp_apply_uboot > > # > -# apply Xilinx BSP for Linux kernel 2.6 > +# apply Xilinx BSP for Linux kernel 2.x / 3.x > # > ptxd_make_xilinx_bsp_apply_kernel() > { > @@ -78,7 +78,7 @@ ptxd_make_xilinx_bsp_apply_kernel() > pkg_xlbsp_kernel_files=${pkg_xlbsp_kernel24_files}; > ptx_xlbsp_kernel_platform="uclinux-auto"; > ;; > - linux-26*|linux-2.6*) > + linux-26*|linux-2.6*|linux-3*) > pkg_xlbsp_kernel_files=${pkg_xlbsp_kernel26_files}; > ptx_xlbsp_kernel_platform="generic"; > ;; > -- > 1.7.0.4 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de