[U-Boot] [PATCH] MAKEALL: drop obsolete mx31pdk_nand target

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(-)
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 \ "

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
participants (2)
-
Anatolij Gustschin
-
Stefano Babic