]> git.ipfire.org Git - people/ms/u-boot.git/commit
mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Dec 2015 03:22:28 +0000 (12:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 20 Jan 2016 15:19:35 +0000 (10:19 -0500)
commit9a893d245f0ca68e47960627e6602fdda86f021b
treef2ef2e6b67c5532a551fd1ea58fcb048c1a8e727
parent614fc893e9d22b474cdd826cae9b754bb0fa8968
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>
board/dbau1x00/config.mk [deleted file]
include/configs/dbau1x00.h