File tree Expand file tree Collapse file tree 3 files changed +0
-282
lines changed
Expand file tree Collapse file tree 3 files changed +0
-282
lines changed Original file line number Diff line number Diff line change @@ -175,24 +175,6 @@ config SPL_ZYNQMP_PSU_INIT_ENABLED
175175 help
176176 Include psu_init by default in SPL.
177177
178- config ZYNQMP_CMD_BOOTSLOT
179- bool "Provide command for switching A/B boot slots"
180- default y
181- help
182- Command for adjusting Persistent Register values, used by
183- image-selector tool. For additional details check
184- ZYNQMP_IMGSEL_PERSISTENT_REGISTER config symbol.
185-
186- config ZYNQMP_IMGSEL_PERSISTENT_REGISTER
187- default 0x100000
188- hex
189- help
190- This option provides an address of persistent register offset,
191- which is used by imgage selector tool for detecting current
192- bootable slot (A/B). More detail at:
193- https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/1641152513/Kria+K26+SOM
194- https://github.com/Xilinx/embeddedsw/tree/master/lib/sw_apps/imgsel
195-
196178config SPL_ZYNQMP_ALT_BOOTMODE_ENABLED
197179 bool "Overwrite SPL bootmode"
198180 depends on SPL
Original file line number Diff line number Diff line change @@ -9,7 +9,3 @@ obj-$(CONFIG_MP) += mp.o
99obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o psu_spl_init.o
1010obj-$(CONFIG_SPL_ZYNQMP_DRAM_ECC_INIT) += ecc_spl_init.o
1111obj-$(CONFIG_$(SPL_)ZYNQMP_PSU_INIT_ENABLED) += psu_spl_init.o
12-
13- ifneq ($(CONFIG_SPL_BUILD ) ,y)
14- obj-$(CONFIG_ZYNQMP_CMD_BOOTSLOT) += cmd_bootslot.o
15- endif
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments