]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/gaisler/gr_cpci_ax2000/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / gaisler / gr_cpci_ax2000 / config.mk
CommitLineData
6ed8a43a
DH
1#
2# (C) Copyright 2008
3# Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
6ed8a43a
DH
6#
7
8#
9# GR-CPCI-AX2000 board
10#
11
12# U-BOOT IN FLASH
14d0a02a 13CONFIG_SYS_TEXT_BASE = 0x00000000
6ed8a43a
DH
14
15# U-BOOT IN RAM or SDRAM with -nosram flag set when starting GRMON
14d0a02a 16#CONFIG_SYS_TEXT_BASE = 0x40000000
6ed8a43a
DH
17
18# U-BOOT IN SDRAM
14d0a02a 19#CONFIG_SYS_TEXT_BASE = 0x60000000
6ed8a43a 20
14d0a02a
WD
21PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
22 -I$(TOPDIR)/board