diff options
| author | Masahiro Yamada <[email protected]> | 2014-02-26 14:51:00 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-03-04 09:27:39 -0500 |
| commit | 9c366881d70ec09ddb8830daaf3f5cd07f9aac15 (patch) | |
| tree | ea92decfdc37cf6066bb751a1ce19b8339249d87 | |
| parent | 2d88a6acf8b5f40d996b4b1b5276b384f10e7525 (diff) | |
nand_spl: simpc8313: move config.mk used only for nand_spl
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 <[email protected]>
| -rw-r--r-- | nand_spl/board/sheldon/simpc8313/Makefile | 2 | ||||
| -rw-r--r-- | nand_spl/board/sheldon/simpc8313/config.mk (renamed from board/sheldon/simpc8313/config.mk) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nand_spl/board/sheldon/simpc8313/Makefile b/nand_spl/board/sheldon/simpc8313/Makefile index 32afc278474..8b29e97860b 100644 --- a/nand_spl/board/sheldon/simpc8313/Makefile +++ b/nand_spl/board/sheldon/simpc8313/Makefile @@ -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 diff --git a/board/sheldon/simpc8313/config.mk b/nand_spl/board/sheldon/simpc8313/config.mk index d1b4e2eeb65..d1b4e2eeb65 100644 --- a/board/sheldon/simpc8313/config.mk +++ b/nand_spl/board/sheldon/simpc8313/config.mk |
