mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
5c390a5b26
For sama5d3xek we need to modify the SPL image for correct detection by ROM code. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Tested-by: Bo Shen <voice.shen@atmel.com>
10 lines
185 B
Makefile
10 lines
185 B
Makefile
#
|
|
# Copyright (C) 2014, Andreas Bießmann <andreas.devel@googlemail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifdef CONFIG_SPL_BUILD
|
|
ALL-y += boot.bin
|
|
else
|
|
ALL-y += u-boot.img
|
|
endif
|