diff mbox

[U-Boot,v2,8/9] openrisc: Add architecture to MAKEALL

Message ID 1322370297-22892-9-git-send-email-stefan.kristiansson@saunalahti.fi
State Accepted
Headers show

Commit Message

Stefan Kristiansson Nov. 27, 2011, 5:04 a.m. UTC
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
---

Changes in v2:
 - None

 MAKEALL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

Comments

Wolfgang Denk Jan. 13, 2012, 8:30 p.m. UTC | #1
Dear Stefan Kristiansson,

In message <1322370297-22892-9-git-send-email-stefan.kristiansson@saunalahti.fi> you wrote:
> Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
> ---
> 
> Changes in v2:
>  - None
> 
>  MAKEALL |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/MAKEALL b/MAKEALL
index 95b7cd3..f45f767 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -416,6 +416,11 @@  LIST_mips_el="			\
 	${LIST_mips5kc_el}	\
 	${LIST_au1xx0_el}	\
 "
+#########################################################################
+## OpenRISC Systems
+#########################################################################
+
+LIST_openrisc="$(boards_by_arch openrisc)"
 
 #########################################################################
 ## x86 Systems