[U-Boot] [PATCH] sh: Fix rsk7203 in tree build

From 555a908c1f1fdc90d5267572db78240fe244a401 Mon Sep 17 00:00:00 2001
From: Peter Griffin pgriffin@mpc-data.co.uk Date: Tue, 10 Feb 2009 16:44:45 +0000 Subject: [PATCH] sh: Fix rsk7203 in tree build
Signed-off-by: Peter Griffin pgriffin@mpc-data.co.uk --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 1b50e62..cc4727f 100644 --- a/Makefile +++ b/Makefile @@ -3231,7 +3231,7 @@ mimc200_config : unconfig ######################################################################### rsk7203_config: unconfig @mkdir -p $(obj)include - @echo "#define CONFIG_RSK7203 1" > $(obj)/include/config.h + @echo "#define CONFIG_RSK7203 1" > $(obj)include/config.h @$(MKCONFIG) -a $(@:_config=) sh sh2 rsk7203 renesas
#########################################################################

Dear Peter Griffin,
In message 1235112419.11632.18.camel@quercus-bis you wrote:
From 555a908c1f1fdc90d5267572db78240fe244a401 Mon Sep 17 00:00:00 2001
From: Peter Griffin pgriffin@mpc-data.co.uk Date: Tue, 10 Feb 2009 16:44:45 +0000 Subject: [PATCH] sh: Fix rsk7203 in tree build
Signed-off-by: Peter Griffin pgriffin@mpc-data.co.uk
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Peter Griffin
-
Wolfgang Denk