The code for obtaining a bootcmd from the host when running until QEMU is currently x86-specific. In fact it can be supported on other architecture. Move it into a common place and update the documentation. Signed-off-by: Simon Glass <simon.glass@canonical.com>
8 lines
201 B
Makefile
8 lines
201 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += qemu_mtdparts.o
|
|
obj-$(CONFIG_SET_DFU_ALT_INFO) += qemu_dfu.o
|
|
ifdef CONFIG_QFW
|
|
obj-$(CONFIG_$(PHASE_)EVENT) += bootcmd.o
|
|
endif
|