From: Stephan Linz <linz@li-pro.net>
To: ptxdist@pengutronix.de
Cc: m.olbrich@pengutronix.de, mkl@pengutronix.de
Subject: [ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts
Date: Sun, 15 Apr 2012 11:52:40 +0200 [thread overview]
Message-ID: <1334483560-14341-1-git-send-email-linz@li-pro.net> (raw)
Signed-off-by: Stephan Linz <linz@li-pro.net>
---
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 <linz@li-pro.net>
+# Copyright (C) 2011-2012 by Stephan Linz <linz@li-pro.net>
#
# 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
next reply other threads:[~2012-04-15 9:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-15 9:52 Stephan Linz [this message]
2012-04-17 9:19 ` Michael Olbrich
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=1334483560-14341-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