]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/cpu/config.mk
karo: fdt: fix panel-dpi support
[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__
11
12 # DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
13 LDPPFLAGS += -DRESET_SEG_START=$(CONFIG_RESET_SEG_START)
14 LDPPFLAGS += -DRESET_SEG_SIZE=$(CONFIG_RESET_SEG_SIZE)
15 LDPPFLAGS += -DRESET_VEC_LOC=$(CONFIG_RESET_VEC_LOC)
16 LDPPFLAGS += -DSTART_16=$(CONFIG_SYS_X86_START16)
17 LDPPFLAGS += -DRESET_BASE="CONFIG_SYS_TEXT_BASE + (CONFIG_SYS_MONITOR_LEN - RESET_SEG_SIZE)"