mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
c001486d99
generate the boot.bin file for all atmel SoC (arm920, arm926, armv7) Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com> [fix subject] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
8 lines
163 B
Makefile
8 lines
163 B
Makefile
#
|
|
# Copyright (C) 2014, Andreas Bießmann <andreas.devel@googlemail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifndef CONFIG_SPL_BUILD
|
|
ALL-y += u-boot.img
|
|
endif
|