patch-2.4.23 linux-2.4.23/arch/ppc/boot/utils/mkimage.wrapper

Next file: linux-2.4.23/arch/ppc/config.in
Previous file: linux-2.4.23/arch/ppc/boot/simple/misc-embedded.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/ppc/boot/utils/mkimage.wrapper linux-2.4.23/arch/ppc/boot/utils/mkimage.wrapper
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-#
-# Build PPCBoot image when `mkimage' tool is available.
-#
-
-MKIMAGE=$(type -path mkimage)
-
-if [ -z "${MKIMAGE}" ]; then
-	# Doesn't exist
-	echo '"mkimage" command not found - PPCBoot images will not be built' >&2
-	exit 0;
-fi
-
-# Call "mkimage" to create PPCBoot image
-${MKIMAGE} "$@"

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)