u-boot-brain/board/micronas/vct/config.mk
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files
Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>
2013-07-24 09:44:38 -04:00

16 lines
279 B
Makefile

#
# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
#
# SPDX-License-Identifier: GPL-2.0+
#
#
# vct_xxx boards with MIPS 4Kc CPU core
#
sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
ifndef CONFIG_SYS_TEXT_BASE
CONFIG_SYS_TEXT_BASE = 0x87000000
endif