Skip to content

Commit 4bfa7df

Browse files
committed
Revert "[FIO internal] arm64: zynqmp: add bootslot command"
This reverts commit 8d14ae2. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
1 parent 4665d9f commit 4bfa7df

File tree

3 files changed

+0
-282
lines changed

3 files changed

+0
-282
lines changed

arch/arm/mach-zynqmp/Kconfig

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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-
196178
config SPL_ZYNQMP_ALT_BOOTMODE_ENABLED
197179
bool "Overwrite SPL bootmode"
198180
depends on SPL

arch/arm/mach-zynqmp/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ obj-$(CONFIG_MP) += mp.o
99
obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o psu_spl_init.o
1010
obj-$(CONFIG_SPL_ZYNQMP_DRAM_ECC_INIT) += ecc_spl_init.o
1111
obj-$(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

arch/arm/mach-zynqmp/cmd_bootslot.c

Lines changed: 0 additions & 260 deletions
This file was deleted.

0 commit comments

Comments
 (0)