[PATCH 70/88] sysreset: at91: Correct Makefile rule for SYSRESET_AT91

Claudiu.Beznea at microchip.com Claudiu.Beznea at microchip.com
Fri Jan 27 14:53:26 CET 2023


On 24.01.2023 00:00, Simon Glass wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> The SPL_TPL part is in the wrong place. Fix it.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Fixes: 71d4393f846 ("sysreset: Add Atmel/Microchip sysreset driver")

Reviewed-by: Claudiu Beznea <claudiu.beznea at microchip.com>


> ---
> 
>  drivers/sysreset/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/sysreset/Makefile b/drivers/sysreset/Makefile
> index 0ed3bbf356a..40c876764af 100644
> --- a/drivers/sysreset/Makefile
> +++ b/drivers/sysreset/Makefile
> @@ -20,6 +20,6 @@ obj-$(CONFIG_SYSRESET_TI_SCI) += sysreset-ti-sci.o
>  obj-$(CONFIG_SYSRESET_SYSCON) += sysreset_syscon.o
>  obj-$(CONFIG_SYSRESET_WATCHDOG) += sysreset_watchdog.o
>  obj-$(CONFIG_SYSRESET_RESETCTL) += sysreset_resetctl.o
> -obj-$(CONFIG_SYSRESET_$(SPL_TPL_)AT91) += sysreset_at91.o
> +obj-$(CONFIG_$(SPL_TPL_)SYSRESET_AT91) += sysreset_at91.o
>  obj-$(CONFIG_$(SPL_TPL_)SYSRESET_X86) += sysreset_x86.o
>  obj-$(CONFIG_TARGET_XTFPGA) += sysreset_xtfpga.o
> --
> 2.39.1.456.gfc5497dd1b-goog
> 



More information about the U-Boot mailing list