summaryrefslogtreecommitdiffstats
path: root/board/ti/am335x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/am335x/Makefile')
-rw-r--r--board/ti/am335x/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/board/ti/am335x/Makefile b/board/ti/am335x/Makefile
index 67a87a1aaf..3dbeedab1a 100644
--- a/board/ti/am335x/Makefile
+++ b/board/ti/am335x/Makefile
@@ -3,22 +3,14 @@
#
# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed "as is" WITHOUT ANY WARRANTY of any
-# kind, whether express or implied; without even the implied warranty
-# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# SPDX-License-Identifier: GPL-2.0+
#
include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
-ifdef CONFIG_SPL_BUILD
+ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_NOR_BOOT),y)
COBJS := mux.o
endif
OpenPOWER on IntegriCloud