Re: [PATCH] arm64: zynqmp: Change firmware dependency

2022-01-19 Thread Michal Simek
pá 14. 1. 2022 v 13:08 odesílatel Michal Simek napsal: > > In case of mini U-Boot configurations there is no need to enable firmware > driver which just consume space for nothing. That's why add an option to > disable it. > > Signed-off-by: Michal Simek > --- > > arch/arm/Kconfig | 4 ++-- > 1 f

[PATCH] arm64: zynqmp: Change firmware dependency

2022-01-14 Thread Michal Simek
In case of mini U-Boot configurations there is no need to enable firmware driver which just consume space for nothing. That's why add an option to disable it. Signed-off-by: Michal Simek --- arch/arm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfi