diff mbox

[U-Boot] MAKEALL: drop obsolete mx31pdk_nand target

Message ID 1321607774-4236-1-git-send-email-sbabic@denx.de
State Accepted
Commit 623e03256e222b42fb86fd81fafe508e3cb569a4
Headers show

Commit Message

Stefano Babic Nov. 18, 2011, 9:16 a.m. UTC
The mx31pdk can boot only from NAND and the target was
already updated in boards.cfg. mx31pdk_nand is obsolete
and is dropped.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 MAKEALL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Anatolij Gustschin Nov. 27, 2011, 10:48 p.m. UTC | #1
Hi Stefano,

On Fri, 18 Nov 2011 10:16:14 +0100
Stefano Babic <sbabic@denx.de> wrote:

> The mx31pdk can boot only from NAND and the target was
> already updated in boards.cfg. mx31pdk_nand is obsolete
> and is dropped.
> 
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> ---
>  MAKEALL |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied to u-boot-staging/agust@denx.de. Thanks!

Anatolij
diff mbox

Patch

diff --git a/MAKEALL b/MAKEALL
index 95b7cd3..2a77857 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -316,7 +316,6 @@  LIST_ARM11="$(boards_by_cpu arm1136)	\
 	imx31_phycore		\
 	imx31_phycore_eet	\
 	mx31pdk			\
-	mx31pdk_nand		\
 	smdk6400		\
 "