summaryrefslogtreecommitdiffstats
path: root/board/gaisler/grsim_leon2/config.mk
blob: 99f9a6872554409353e26ff07d4ddcb9f0fd060c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# (C) Copyright 2007
# Daniel Hellstrom, Gaisler Research, daniel@gaisler.com
#
# SPDX-License-Identifier:	GPL-2.0+
#

#
# GRSIM simulating a LEON2 board
#

# RUN U-BOOT FROM PROM
CONFIG_SYS_TEXT_BASE = 0x00000000

# RUN U-BOOT FROM RAM
#CONFIG_SYS_TEXT_BASE = 0x40000000

PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
OpenPOWER on IntegriCloud