commit | 5d24ef5322756e306418763fd2ae5235e14734bc | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Dec 11 12:22:28 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 20 10:19:35 2016 -0500 |
tree | f2ef2e6b67c5532a551fd1ea58fcb048c1a8e727 | |
parent | 4976b3501a29af9c62b08f8b305b0074a0ff51ef [diff] |
mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk We can delete board/dbau1x00/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>