blob: cde5850e9343500414a5f3d480644c882e5a0261 [file] [log] [blame]
Tom Rini4549e782018-05-06 18:27:01 -04001# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01002#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01005
6ALL-$(CONFIG_SPL_BUILD) += spl/u-boot-spl.stm32
7
8MKIMAGEFLAGS_u-boot-spl.stm32 = -T stm32image -a $(CONFIG_SPL_TEXT_BASE) -e $(CONFIG_SPL_TEXT_BASE)
9
10spl/u-boot-spl.stm32: MKIMAGEOUTPUT = spl/u-boot-spl.stm32.log
11
12spl/u-boot-spl.stm32: spl/u-boot-spl.bin FORCE
13 $(call if_changed,mkimage)