zynqmp.c to reflect the command name
as well.
Signed-off-by: Charlie Johnston
---
arch/arm/mach-zynqmp/Kconfig | 13 -
arch/arm/mach-zynqmp/Makefile | 4
.../cmds.c => arch/arm/mach-zynqmp/zynqmp.c | 0
board/xilinx/zynqmp/Kcon
While working on a third-party board using a ZynqMP, I was unable to use
the zynqmp command even with the proper config definitions. While that
command appears tied to the architecture, it was being included based on
the board selection instead.
This patch series moves the command to be accessible
Since the previous commit moved the zynqmp command to cmds and the
command depends on the arch rather than the board, this commit
moves the Kconfig entry into the arch/arm/mach-zynqmp/Kconfig
Signed-off-by: Charlie Johnston
---
arch/arm/mach-zynqmp/Kconfig | 13 -
board/xilinx
only be included if the board
were also a ZynqMP predefined board.
Signed-off-by: Charlie Johnston
---
board/xilinx/zynqmp/Makefile | 4
cmd/Makefile | 3 +++
board/xilinx/zynqmp/cmds.c => cmd/zynqmp.c | 0
3 files changed, 3 insertions(+)
While working on a third-party board using a ZynqMP, I was unable to use
the zynqmp command even with the proper config definitions. While that
command appears tied to the architecture, it was being included based on
the board selection instead.
This patch series moves the command to be accessible
5 matches
Mail list logo