Skip to content

Commit

Permalink
Revert "[FIO internal] arm64: zynqmp: add bootslot command"
Browse files Browse the repository at this point in the history
This reverts commit 8d14ae2.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Sep 18, 2023
1 parent 4665d9f commit 4bfa7df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 282 deletions.
18 changes: 0 additions & 18 deletions arch/arm/mach-zynqmp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -175,24 +175,6 @@ config SPL_ZYNQMP_PSU_INIT_ENABLED
help
Include psu_init by default in SPL.

config ZYNQMP_CMD_BOOTSLOT
bool "Provide command for switching A/B boot slots"
default y
help
Command for adjusting Persistent Register values, used by
image-selector tool. For additional details check
ZYNQMP_IMGSEL_PERSISTENT_REGISTER config symbol.

config ZYNQMP_IMGSEL_PERSISTENT_REGISTER
default 0x100000
hex
help
This option provides an address of persistent register offset,
which is used by imgage selector tool for detecting current
bootable slot (A/B). More detail at:
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/1641152513/Kria+K26+SOM
https://github.com/Xilinx/embeddedsw/tree/master/lib/sw_apps/imgsel

config SPL_ZYNQMP_ALT_BOOTMODE_ENABLED
bool "Overwrite SPL bootmode"
depends on SPL
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/mach-zynqmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ obj-$(CONFIG_MP) += mp.o
obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o psu_spl_init.o
obj-$(CONFIG_SPL_ZYNQMP_DRAM_ECC_INIT) += ecc_spl_init.o
obj-$(CONFIG_$(SPL_)ZYNQMP_PSU_INIT_ENABLED) += psu_spl_init.o

ifneq ($(CONFIG_SPL_BUILD),y)
obj-$(CONFIG_ZYNQMP_CMD_BOOTSLOT) += cmd_bootslot.o
endif
260 changes: 0 additions & 260 deletions arch/arm/mach-zynqmp/cmd_bootslot.c

This file was deleted.

0 comments on commit 4bfa7df

Please sign in to comment.