]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/ixp/config.mk
am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so should mmcroot.
[karo-tx-uboot.git] / arch / arm / cpu / ixp / config.mk
1 #
2 # (C) Copyright 2002
3 # Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4 # Marius Groeger <mgroeger@sysgo.de>
5 #
6 # SPDX-License-Identifier:      GPL-2.0+
7 #
8
9 BIG_ENDIAN = y
10
11 PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float -mbig-endian
12
13 PLATFORM_CPPFLAGS += -mbig-endian -march=armv5te -mtune=strongarm1100
14
15 PLATFORM_LDFLAGS += -EB
16 USE_PRIVATE_LIBGCC = yes
17
18 # =========================================================================
19 #
20 # Supply options according to compiler version
21 #
22 # =========================================================================
23 PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
24 PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)