blob: b306d031b9c47553bca6bdedd846a0c47aff0450 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 2010-2012 Freescale Semiconductor, Inc.
# TsiChung Liew (Tsi-Chung.Liew@freescale.com)
#
# SPDX-License-Identifier: GPL-2.0+
#
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
PLATFORM_CPPFLAGS += -DTEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
|