xref: /openbmc/u-boot/arch/microblaze/config.mk (revision 8ae86b76)
1ea0364f1SPeter Tyser#
2ea0364f1SPeter Tyser# (C) Copyright 2007-2008 Michal Simek
3ea0364f1SPeter Tyser# Michal SIMEK <monstr@monstr.eu>
4ea0364f1SPeter Tyser#
5ea0364f1SPeter Tyser# (C) Copyright 2004 Atmark Techno, Inc.
6ea0364f1SPeter Tyser# Yasushi SHOJI <yashi@atmark-techno.com>
7ea0364f1SPeter Tyser#
8ea0364f1SPeter Tyser# See file CREDITS for list of people who contributed to this
9ea0364f1SPeter Tyser# project.
10ea0364f1SPeter Tyser#
11ea0364f1SPeter Tyser# This program is free software; you can redistribute it and/or
12ea0364f1SPeter Tyser# modify it under the terms of the GNU General Public License as
13ea0364f1SPeter Tyser# published by the Free Software Foundation; either version 2 of
14ea0364f1SPeter Tyser# the License, or (at your option) any later version.
15ea0364f1SPeter Tyser#
16ea0364f1SPeter Tyser# This program is distributed in the hope that it will be useful,
17ea0364f1SPeter Tyser# but WITHOUT ANY WARRANTY; without even the implied warranty of
18ea0364f1SPeter Tyser# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19ea0364f1SPeter Tyser# GNU General Public License for more details.
20ea0364f1SPeter Tyser#
21ea0364f1SPeter Tyser# You should have received a copy of the GNU General Public License
22ea0364f1SPeter Tyser# along with this program; if not, write to the Free Software
23ea0364f1SPeter Tyser# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24ea0364f1SPeter Tyser# MA 02111-1307 USA
25ea0364f1SPeter Tyser#
26ea0364f1SPeter Tyser
27ea0364f1SPeter TyserCROSS_COMPILE ?= mb-
28ea0364f1SPeter Tyser
29*8ae86b76SWolfgang DenkCONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000
30ea0364f1SPeter Tyser
31ea0364f1SPeter TyserPLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__
32