]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
nand_spl: simpc8313: move config.mk used only for nand_spl
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 26 Feb 2014 05:51:00 +0000 (14:51 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 14:27:39 +0000 (09:27 -0500)
board/sheldon/simpc8313/config.mk is used only for nand_spl.
So it should go into nand_spl/board/sheldon/simpc8313/.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
nand_spl/board/sheldon/simpc8313/Makefile
nand_spl/board/sheldon/simpc8313/config.mk [moved from board/sheldon/simpc8313/config.mk with 100% similarity]

index 32afc2784743a94f68955e1b1e3e7bb90be00304..8b29e97860bc2bf6e83c788ef947877e8618f207 100644 (file)
@@ -7,6 +7,8 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+include $(srctree)/$(src)/config.mk
+
 nandobj        := $(OBJTREE)/nand_spl/
 
 LDSCRIPT= $(TOPDIR)/nand_spl/board/$(BOARDDIR)/u-boot.lds