diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-28 20:12:34 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 12:15:31 -0500 |
commit | e0708fb539b9b6eddba2c66ce7ff7fa3810aa04d (patch) | |
tree | afca50d207ffe572bf32198d33aaaf09de5c623c /board/micronas/vct | |
parent | 1900d3cfaddc81f990aaf50eb3707540bf353b43 (diff) | |
download | u-boot-imx-e0708fb539b9b6eddba2c66ce7ff7fa3810aa04d.zip u-boot-imx-e0708fb539b9b6eddba2c66ce7ff7fa3810aa04d.tar.gz u-boot-imx-e0708fb539b9b6eddba2c66ce7ff7fa3810aa04d.tar.bz2 |
board: config.mk: delete unused sinclude directive
config.tmp is not there.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/micronas/vct')
-rw-r--r-- | board/micronas/vct/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/micronas/vct/config.mk b/board/micronas/vct/config.mk index 0f004e0..354d918 100644 --- a/board/micronas/vct/config.mk +++ b/board/micronas/vct/config.mk @@ -8,8 +8,6 @@ # vct_xxx boards with MIPS 4Kc CPU core # -sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp - ifndef CONFIG_SYS_TEXT_BASE CONFIG_SYS_TEXT_BASE = 0x87000000 endif |