]> git.sur5r.net Git - u-boot/blobdiff - board/ti/am335x/Makefile
am335x:Handle worst case scenario for Errata 1.0.24
[u-boot] / board / ti / am335x / Makefile
index 67a87a1aafd4b53b601ed80e2a27e9cb44ff0b9f..3dbeedab1a81cea2d4b6c4635a7b6d6bd88b02a3 100644 (file)
@@ -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