* [ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts
@ 2012-04-15 9:52 Stephan Linz
2012-04-17 9:19 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Stephan Linz @ 2012-04-15 9:52 UTC (permalink / raw)
To: ptxdist; +Cc: m.olbrich, mkl
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts
2012-04-15 9:52 [ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts Stephan Linz
@ 2012-04-17 9:19 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2012-04-17 9:19 UTC (permalink / raw)
To: ptxdist
On Sun, Apr 15, 2012 at 11:52:40AM +0200, Stephan Linz wrote:
> Signed-off-by: Stephan Linz <linz@li-pro.net>
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 <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
>
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-17 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-15 9:52 [ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts Stephan Linz
2012-04-17 9:19 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox