diff mbox

[U-Boot] MAKEALL: remove mx31pdk_nand

Message ID 1322426237-19606-1-git-send-email-agust@denx.de
State Rejected
Headers show

Commit Message

Anatolij Gustschin Nov. 27, 2011, 8:37 p.m. UTC
Commit e56daf635b4ae3598fcac83269dc659bff696cca
(mx31pdk: Remove unneeded config) missed to remove unneeded
mx31pdk_nand entry from MAKEALL.

Drop removed mx31pdk_nand configuration option from
LIST_ARM11 list to cleanup MAKEALL log.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 MAKEALL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Stefano Babic Nov. 27, 2011, 10:39 p.m. UTC | #1
Am 27/11/2011 21:37, schrieb Anatolij Gustschin:
> Commit e56daf635b4ae3598fcac83269dc659bff696cca
> (mx31pdk: Remove unneeded config) missed to remove unneeded
> mx31pdk_nand entry from MAKEALL.
> 
> Drop removed mx31pdk_nand configuration option from
> LIST_ARM11 list to cleanup MAKEALL log.
> 

Hi Antolij,

I ha already sent a patch for this:

http://patchwork.ozlabs.org/patch/126369/

Can you apply it directly to your u-boot-staging ?

Best regards,
Stefano
Anatolij Gustschin Nov. 27, 2011, 10:50 p.m. UTC | #2
On Sun, 27 Nov 2011 23:39:29 +0100
stefano babic <sbabic@denx.de> wrote:

> Am 27/11/2011 21:37, schrieb Anatolij Gustschin:
> > Commit e56daf635b4ae3598fcac83269dc659bff696cca
> > (mx31pdk: Remove unneeded config) missed to remove unneeded
> > mx31pdk_nand entry from MAKEALL.
> > 
> > Drop removed mx31pdk_nand configuration option from
> > LIST_ARM11 list to cleanup MAKEALL log.
> > 
> 
> Hi Antolij,
> 
> I ha already sent a patch for this:
> 
> http://patchwork.ozlabs.org/patch/126369/

Ah, I didn't notice it. Thanks!

> Can you apply it directly to your u-boot-staging ?

Sure, done.

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