commit | 5ba0b4885fb5f3bf7557f23f735ac1b776dca013 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Dec 11 12:22:29 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 20 10:19:36 2016 -0500 |
tree | 3cfa19864a1aff6ea448757c60bffc1c0edaaba9 | |
parent | 9a893d245f0ca68e47960627e6602fdda86f021b [diff] |
mips: pb1x00: move CONFIG_SYS_TEXT_BASE away from config.mk We can delete board/pb1x00/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>