[U-Boot] [PATCH] Add missing i.MX boards to MAKEALL

Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- MAKEALL | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/MAKEALL b/MAKEALL index c3df657..a8ff962 100755 --- a/MAKEALL +++ b/MAKEALL @@ -373,6 +373,7 @@ LIST_ARM9=" \ spear600 \ suen3 \ trab \ + tx25 \ VCMA9 \ versatile \ versatileab \ @@ -426,6 +427,7 @@ LIST_ARMV7=" \ igep0020 \ igep0030 \ mx51evk \ + mx53evk \ omap3_beagle \ omap3_overo \ omap3_evm \ @@ -437,6 +439,7 @@ LIST_ARMV7=" \ omap4_sdp4430 \ s5p_goni \ smdkc100 \ + vision2 \ "
#########################################################################

On 05/11/2011 03:58 PM, Fabio Estevam wrote:
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
MAKEALL | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Hi Fabio,
diff --git a/MAKEALL b/MAKEALL index c3df657..a8ff962 100755 --- a/MAKEALL +++ b/MAKEALL @@ -373,6 +373,7 @@ LIST_ARM9=" \ spear600 \ suen3 \ trab \
- tx25 \
Boards are not added anymore to MAKEALL, because the script picks up the boards from boards.cfg. Am I missing something ?
Best regards, Stefano Babic
participants (2)
-
Fabio Estevam
-
Stefano Babic