]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/mips/cpu/xburst/config.mk
nand: remove CONFIG_SYS_NAND_PAGE_SIZE
[karo-tx-uboot.git] / arch / mips / cpu / xburst / config.mk
1 #
2 # Copyright (C) 2011 Xiangfu Liu <xiangfu@openmobilefree.net>
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 PLATFORM_CPPFLAGS += -march=mips32
8 PLATFORM_CPPFLAGS += -mabi=32 -DCONFIG_32BIT
9 ifdef CONFIG_SYS_BIG_ENDIAN
10 PLATFORM_LDFLAGS  += -m elf32btsmip
11 else
12 PLATFORM_LDFLAGS  += -m elf32ltsmip
13 endif
14
15 CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 \
16                                -T $(srctree)/examples/standalone/mips.lds