wdenk | c021880 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2003 | ||||
3 | # Wolfgang Denk, DENX Software Engineering, <wd@denx.de> | ||||
4 | # | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
wdenk | c021880 | 2003-03-27 12:09:35 +0000 | [diff] [blame] | 6 | # |
Daniel Schwierzeck | 04efda7 | 2011-03-28 18:33:56 +0200 | [diff] [blame] | 7 | |
Masahiro Yamada | a0a15b4 | 2014-03-05 16:59:39 +0900 | [diff] [blame] | 8 | CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 \ |
9 | -T $(srctree)/examples/standalone/mips.lds |