public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx31pdk: Remove unneeded config
@ 2011-09-12 16:32 Fabio Estevam
  2011-09-13 11:10 ` Stefano Babic
  2011-10-10 15:43 ` Stefano Babic
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2011-09-12 16:32 UTC (permalink / raw)
  To: u-boot

Currently there are two config options for building a U-boot binary for MX31PDK:

make mx31pdk_config

or, 

make mx31pdk_nand_config

mx31pdk_config was developed first when no NAND SPL support was available for 
MX31 and it requires that the U-boot binary is loaded into RAM via JTAG and it 
forces SKIP_LOWLEVEL_INIT.

mx31pdk_nand_config was added later and it allows booting from NAND Flash.

Leave just one config option called mx31pdk so that it produces a binary that can boot from NAND Flash.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---

This applies on Stefano's origin/next branch.

 boards.cfg |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index 446ed04..1e2ff43 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -41,8 +41,7 @@ mx31ads                      arm         arm1136     -                   freesca
 imx31_litekit                arm         arm1136     -                   logicpd        mx31
 imx31_phycore                arm         arm1136     -                   -              mx31
 imx31_phycore_eet            arm         arm1136     imx31_phycore       -              mx31         imx31_phycore:IMX31_PHYCORE_EET
-mx31pdk_nand                 arm         arm1136     mx31pdk             freescale      mx31         mx31pdk:NAND_U_BOOT
-mx31pdk                      arm         arm1136     -                   freescale      mx31         mx31pdk:SKIP_LOWLEVEL_INIT
+mx31pdk                      arm         arm1136     -                   freescale      mx31         mx31pdk:NAND_U_BOOT
 mx35pdk                      arm         arm1136     -                   freescale      mx35
 omap2420h4                   arm         arm1136     -                   ti             omap24xx
 tnetv107x_evm                arm         arm1176     tnetv107xevm        ti             tnetv107x
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-10 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-12 16:32 [U-Boot] [PATCH] mx31pdk: Remove unneeded config Fabio Estevam
2011-09-13 11:10 ` Stefano Babic
2011-10-10 15:28   ` Fabio Estevam
2011-10-10 15:41     ` Stefano Babic
2011-10-10 17:46     ` Wolfgang Denk
2011-10-10 15:43 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox