Thanks, this looks good to me as does the follow up patch. Could you flesh out the changelog and add signed-off-by line to each patch? On Thu, Apr 24, 2014 at 12:04:31PM +0800, Paul Wise wrote: > --- > kexec/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kexec/Makefile b/kexec/Makefile > index 7d3175b..62fecdb 100644 > --- a/kexec/Makefile > +++ b/kexec/Makefile > @@ -1,7 +1,7 @@ > # > # kexec (linux booting linux) > # > -PURGATORY_HEX_C = kexec/purgatory.c > +PURGATORY_HEX_C = purgatory/purgatory.c > > $(PURGATORY_HEX_C): $(PURGATORY) $(BIN_TO_HEX) > $(MKDIR) -p $(@D) > -- > 1.9.2 >