mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
15 lines
328 B
Makefile
15 lines
328 B
Makefile
#
|
|
# (C) Copyright 2004, Psyent Corporation <www.psyent.com>
|
|
# Scott McNutt <smcnutt@psyent.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
CONFIG_SYS_TEXT_BASE = 0x01fc0000
|
|
|
|
PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
|
|
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
|
|
|
|
ifeq ($(debug),1)
|
|
PLATFORM_CPPFLAGS += -DDEBUG
|
|
endif
|