Daniel Hellstrom | e045a4c | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2008 |
| 3 | # Daniel Hellstrom, Gaisler Research, daniel@gaisler.com. |
| 4 | # |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Daniel Hellstrom | e045a4c | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 6 | # |
| 7 | |
| 8 | # |
| 9 | # Altera NIOS delopment board Stratix II edition, FPGA device EP2S60, |
| 10 | # with GRLIB Template design (GPL Open Source SPARC/LEON3) |
| 11 | # |
| 12 | |
| 13 | # U-BOOT IN FLASH |
Wolfgang Denk | 0708bc6 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 14 | CONFIG_SYS_TEXT_BASE = 0x00000000 |
Daniel Hellstrom | e045a4c | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 15 | |
| 16 | # U-BOOT IN SDRAM |
Wolfgang Denk | 0708bc6 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 17 | #CONFIG_SYS_TEXT_BASE = 0x40000000 |
Daniel Hellstrom | e045a4c | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 18 | |
Masahiro Yamada | 0c98934 | 2013-11-11 14:13:33 +0900 | [diff] [blame] | 19 | PLATFORM_CPPFLAGS += -I$(TOPDIR)/board |