]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/cpu/config.mk
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / arch / x86 / cpu / config.mk
1 #
2 # (C) Copyright 2002
3 # Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 CROSS_COMPILE ?= i386-linux-
9
10 PLATFORM_CPPFLAGS += -D__I386__ -Werror
11
12 # DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
13 LDPPFLAGS += -DRESET_SEG_START=0xffff0000
14 LDPPFLAGS += -DRESET_SEG_SIZE=0x10000
15 LDPPFLAGS += -DRESET_VEC_LOC=0xfffffff0
16 LDPPFLAGS += -DSTART_16=$(CONFIG_SYS_X86_START16)
17 LDPPFLAGS += -DRESET_BASE="CONFIG_SYS_TEXT_BASE + (CONFIG_SYS_MONITOR_LEN - RESET_SEG_SIZE)"