mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
66d00ebdea
The board supports 16 configuration bits which can be manipulated with this command. See the board's README for a detailed explanation on each bit. Signed-off-by: Michael Walle <michael@walle.cc> Tested-by: Heiko Thiery <heiko.thiery@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
8 lines
148 B
Makefile
8 lines
148 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += sl28.o cmds.o
|
|
endif
|
|
|
|
obj-y += common.o ddr.o
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|