]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/psyent/pci5441/config.mk
ARM: tegra: remove custom define for Jetson TK1
[karo-tx-uboot.git] / board / psyent / pci5441 / config.mk
1 #
2 # (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3 # Scott McNutt <smcnutt@psyent.com>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 CONFIG_SYS_TEXT_BASE = 0x018e0000
9
10 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
11
12 ifeq ($(debug),1)
13 PLATFORM_CPPFLAGS += -DDEBUG
14 endif