upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
457 B
14 lines
457 B
#
|
|
# (C) Copyright 2002,2003 Motorola Inc.
|
|
# Xianghua Xiao, X.Xiao@motorola.com
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -Wa,-me500 -msoft-float -mno-string
|
|
|
|
# -mspe=yes is needed to have -mno-spe accepted by a buggy GCC;
|
|
# see "[PATCH,rs6000] make -mno-spe work as expected" on
|
|
# http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html
|
|
PLATFORM_CPPFLAGS += $(call cc-option,-mspe=yes) \
|
|
$(call cc-option,-mno-spe)
|
|
|