Re: [PATCH v9 1/2] arm64: Add BOOT_TARGETS variable

2023-12-08 Thread Nicolas Schier
On Fri, Dec 01, 2023 at 08:54:41PM -0700, Simon Glass wrote: > Add a new variable containing a list of possible targets. Mark them as > phony. This matches the approach taken for arch/arm > > Signed-off-by: Simon Glass > --- Reviewed-by: Nicolas Schier signature.asc Description: PGP signature

[PATCH v9 1/2] arm64: Add BOOT_TARGETS variable

2023-12-01 Thread Simon Glass
Add a new variable containing a list of possible targets. Mark them as phony. This matches the approach taken for arch/arm Signed-off-by: Simon Glass --- (no changes since v7) Changes in v7: - Drop the kbuild tag Changes in v6: - Drop the unwanted .gz suffix arch/arm64/Makefile | 6 +- 1