diff options
author | Tom Rini <trini@ti.com> | 2014-05-09 11:18:45 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-09 11:18:45 -0400 |
commit | bcb879c0e37db1cf527ff408df93918f155012ea (patch) | |
tree | c092b7e27e69b3c419b6cd238768ceb73f793644 /board/silica/pengwyn/Makefile | |
parent | 146b468eb0203c9b1aa1de93723ffc82c85d1dc1 (diff) | |
parent | d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/silica/pengwyn/Makefile')
-rw-r--r-- | board/silica/pengwyn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/silica/pengwyn/Makefile b/board/silica/pengwyn/Makefile index c8b4f9a2808..804ac379dbd 100644 --- a/board/silica/pengwyn/Makefile +++ b/board/silica/pengwyn/Makefile @@ -6,7 +6,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_NOR_BOOT),y) +ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) obj-y := mux.o endif |