]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: zynqmp: Move zynqmp commands from board/ to arch/
authorCharlie Johnston <charlie.johnston@loftorbital.com>
Wed, 10 Apr 2024 19:50:08 +0000 (12:50 -0700)
committerMichal Simek <michal.simek@amd.com>
Mon, 17 Jun 2024 14:02:28 +0000 (16:02 +0200)
commit7abd4357a493aaf829214e893b78c941be4ff959
tree8b396168f31f4fa8cd04337c99b45ac9bee9df0d
parent5db5b7e2a33605e08aae13a638a97f717aedec6a
board: zynqmp: Move zynqmp commands from board/ to arch/

The zynqmp cmds.c is currently tied to the board but the commands
contained within are more closely tied to the architecture. To
allow usage of those commands when the architecture is ZynqMP but
the board is not, this change moves the cmds into the arch/ tree.

The source file is renamed to zynqmp.c to reflect the command name
as well.

Signed-off-by: Charlie Johnston <charlie.johnston@loftorbital.com>
Link: https://lore.kernel.org/r/20240410195008.405061-2-charlie.johnston@loftorbital.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm/mach-zynqmp/Kconfig
arch/arm/mach-zynqmp/Makefile
arch/arm/mach-zynqmp/zynqmp.c [moved from board/xilinx/zynqmp/cmds.c with 100% similarity]
board/xilinx/zynqmp/Kconfig [deleted file]
board/xilinx/zynqmp/Makefile