commit | 4976b3501a29af9c62b08f8b305b0074a0ff51ef | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Dec 11 12:22:27 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 20 10:19:35 2016 -0500 |
tree | 4d5a208c737f68f74be2dd69d90bf6e26d3cb790 | |
parent | 91f5d2776f15926abfc2e775d33efe86804126d5 [diff] |
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>