]> git.ipfire.org Git - people/ms/u-boot.git/commit
mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Dec 2015 03:22:27 +0000 (12:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 20 Jan 2016 15:19:35 +0000 (10:19 -0500)
commit614fc893e9d22b474cdd826cae9b754bb0fa8968
tree4d5a208c737f68f74be2dd69d90bf6e26d3cb790
parentb766476df09b10c244bcf6f35a667d44f618a561
mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk

We can delete board/micronas/vct/config.mk by moving the define of
CONFIG_SYS_TEXT_BASE to somewhere else.  Other MIPS boards are
still defining it in include/config/${BOARD}.h, so I am following
that way here.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
board/micronas/vct/config.mk [deleted file]
include/configs/vct.h