mirror of
https://xff.cz/git/u-boot/
synced 2025-10-02 16:01:30 +02:00
Refactor and unify all compiler settings in arch/mips/config.mk. Also add tune flags for each supported CPU type. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
10 lines
218 B
Makefile
10 lines
218 B
Makefile
#
|
|
# (C) Copyright 2003
|
|
# Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 \
|
|
-T $(srctree)/examples/standalone/mips.lds
|