
18 Oct
2007
18 Oct
'07
3:36 p.m.
Guys,
You _really_ need to reorganize how you format your patches.
All "commentary" belongs _after_ the triple-dash line.
So this part:
Wolfgang
Here is the update for do_bootm_linux(). There is a compile error if WATCHDOG is defined.
Thanks,
Regards, TsiChung
belongs down....
From dc862f8c45dbfb99f86a4b0c3165a03d2ead9047 Mon Sep 17 00:00:00 2001
From: TsiChungLiew Tsi-Chung.Liew@freescale.com Date: Wed, 17 Oct 2007 15:18:39 -0500 Subject: [PATCH] ColdFire: Fixed do_bootm_linux() if watchdog is defined
Signed-off-by: TsiChungLiew Tsi-Chung.Liew@freescale.com
HERE!
lib_m68k/m68k_linux.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Thanks, jdl