]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/korat/config.mk
kbuild: rename TOPDIR to stctree
[karo-tx-uboot.git] / board / korat / config.mk
1 #
2 # (C) Copyright 2002
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 #
8 # Korat (PPC440EPx) board
9 #
10
11 PLATFORM_CPPFLAGS += -DCONFIG_440=1
12
13 ifeq ($(debug),1)
14 PLATFORM_CPPFLAGS += -DDEBUG
15 endif
16
17 ifeq ($(emul),1)
18 PLATFORM_CPPFLAGS += -fno-schedule-insns -fno-schedule-insns2
19 endif
20
21 ifeq ($(dbcr),1)
22 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8CFF0000
23 endif
24
25 ifndef CONFIG_KORAT_PERMANENT
26 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-F7FC.lds
27 endif