mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
0bca284b17
Many CONFIG options have an unnecessary value of 1. CONFIG_440 is set in the various board config files. Also simplify the CONFIG_440 check in config.mk Signed-off-by: Simon Glass <sjg@chromium.org>
17 lines
317 B
Makefile
17 lines
317 B
Makefile
#
|
|
# (C) Copyright 2008-2010
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
#
|
|
# AMCC 460EX/460GT Evaluation Board (Canyonlands) board
|
|
#
|
|
|
|
ifeq ($(debug),1)
|
|
PLATFORM_CPPFLAGS += -DDEBUG
|
|
endif
|
|
|
|
ifeq ($(dbcr),1)
|
|
PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
|
|
endif
|