MX31: mx31pdk: Remove nand_spl config.mk file

No need to have a config.mk to only store a single line.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Fabio Estevam 2011-09-05 08:55:12 +00:00 committed by Albert ARIBAUD
parent 957dc02474
commit 29b62c012d
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
CONFIG_NAND_SPL = y
PAD_TO := 2048
include $(TOPDIR)/config.mk
include $(TOPDIR)/nand_spl/board/$(BOARDDIR)/config.mk
nandobj := $(OBJTREE)/nand_spl/

View File

@ -1 +0,0 @@
PAD_TO := 2048