[U-Boot] [PATCH v2] sh: Add espt-gita board to MAKEALL

Signed-off-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org --- MAKEALL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAKEALL b/MAKEALL index 41f1445..2b42352 100755 --- a/MAKEALL +++ b/MAKEALL @@ -848,6 +848,7 @@ LIST_sh4=" \ sh7763rdp \ sh7785lcr \ ap325rxa \ + espt \ "
LIST_sh=" \

Dear Nobuhiro Iwamatsu,
In message 1247259991-15090-1-git-send-email-iwamatsu@nigauri.org you wrote:
Signed-off-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org
MAKEALL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAKEALL b/MAKEALL index 41f1445..2b42352 100755 --- a/MAKEALL +++ b/MAKEALL @@ -848,6 +848,7 @@ LIST_sh4=" \ sh7763rdp \ sh7785lcr \ ap325rxa \
- espt \
"
LIST_sh=" \
But that board is not in the Makefile yet...
If the patch to add this board is still to be applied, this patch should be merged into the patch that adds the board.
Thanks.
Best regards,
Wolfgang Denk

Hi! Wolfgang.
On Sat, 11 Jul 2009 01:09:25 +0200 Wolfgang Denk wd@denx.de wrote:
Dear Nobuhiro Iwamatsu,
In message 1247259991-15090-1-git-send-email-iwamatsu@nigauri.org you wrote:
Signed-off-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org
MAKEALL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAKEALL b/MAKEALL index 41f1445..2b42352 100755 --- a/MAKEALL +++ b/MAKEALL @@ -848,6 +848,7 @@ LIST_sh4=" \ sh7763rdp \ sh7785lcr \ ap325rxa \
- espt \
"
LIST_sh=" \
But that board is not in the Makefile yet...
The patch which adds this board to Makefile is included in commit of request-pull which I sent before.
If the patch to add this board is still to be applied, this patch should be merged into the patch that adds the board.
OK, I will re-work.
Best regards, Nobuhiro
participants (2)
-
Nobuhiro Iwamatsu
-
Wolfgang Denk