]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/psyent/pk1c20/config.mk
mx6sxsabresd: Add Ethernet support
[karo-tx-uboot.git] / board / psyent / pk1c20 / 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 = 0x01fc0000
9
10 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
11
12 ifeq ($(debug),1)
13 PLATFORM_CPPFLAGS += -DDEBUG
14 endif