SPDX: Convert a few files that were missed beforeAs part of the main conversion a few files were missed. These files hadadditional whitespace after the '*' and before the SPDX tag and myprevious
SPDX: Convert a few files that were missed beforeAs part of the main conversion a few files were missed. These files hadadditional whitespace after the '*' and before the SPDX tag and myprevious regex was too strict. This time I did a grep for all SPDX tagsand then filtered out anything that matched the correct styles.Fixes: 83d290c56fab ("SPDX: Convert all of our single license tags to Linux Kernel style")Reported-by: Heinrich Schuchardt <xypron.debian@gmx.de>Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
arm: zynq: Convert all board to use arch ps7_init codeUse generic implementation. It will also reduce config data size forconverted boards.Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arm: zynq: Remove ps7_debug codeSPL is not calling this code that's why it is dead code and can beremoved.Signed-off-by: Michal Simek <michal.simek@xilinx.com>
ARM: zynq: Simplify zynq configurationExtending Kconfig for adding new platform is a lot of workfor nothing. Setting SYS_CONFIG_NAME directly in Kconfig andremove all dependencies on TARGET_ZYNQ_
ARM: zynq: Simplify zynq configurationExtending Kconfig for adding new platform is a lot of workfor nothing. Setting SYS_CONFIG_NAME directly in Kconfig andremove all dependencies on TARGET_ZYNQ_* options including SPL.As a side-effect it also remove custom init folder for ps7_init_gpl.*files. Folder is chosen based on device-tree file.Signed-off-by: Michal Simek <michal.simek@xilinx.com>