Grant Likely writes:

> From: Grant Likely <[EMAIL PROTECTED]>
> 
> 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 <[EMAIL PROTECTED]>

...

> 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.
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to