[PATCH v2] powerpc/bootwrapper: Add documentation of boot wrapper targets
Paul Mackerras
paulus at samba.org
Mon Jun 30 15:03:29 EST 2008
Grant Likely writes:
> From: Grant Likely <grant.likely at secretlab.ca>
>
> There have been many questions on and off the mailing list about how
> exactly the bootwrapper is used for embedded targets. Add some
> documentation and help text to try and clarify the system.
>
> Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
...
> diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
> index d6c96d9..7cd4182 100755
> --- a/arch/powerpc/boot/wrapper
> +++ b/arch/powerpc/boot/wrapper
> @@ -203,6 +203,10 @@ simpleboot-virtex405-*)
> platformo="$object/virtex405-head.o $object/simpleboot.o"
> binary=y
> ;;
> +simpleboot-*)
> + platformo="$object/simpleboot.o"
> + binary=y
> + ;;
> esac
Evidently your patch does more than just "Add documentation"...
Paul.
More information about the Linuxppc-dev
mailing list