mx31pdk: Remove unneeded config
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 12 Sep 2011 06:32:34 +0000 (06:32 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:30 +0000 (21:56 +0200)
commite56daf635b4ae3598fcac83269dc659bff696cca
treee56a2ada9181d70ed1d1c46ac39248ed39ca3b23
parent47c5455a489c8e558ecb002a3a97a030ce490f9e
mx31pdk: Remove unneeded config

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>
Acked-by: Stefano Babic <sbabic@denx.de>
boards.cfg