mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
arm64: zynqmp: Change firmware dependency
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 <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/d439399160ff3374f2b39f54f7dd70fa8c8bfea0.1642162121.git.michal.simek@xilinx.com
This commit is contained in:
parent
d10807a06b
commit
71efd45a5f
1 changed files with 2 additions and 2 deletions
|
@ -1193,7 +1193,7 @@ config ARCH_ZYNQMP
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_SPI if SPI
|
select DM_SPI if SPI
|
||||||
select DM_SPI_FLASH if DM_SPI
|
select DM_SPI_FLASH if DM_SPI
|
||||||
select FIRMWARE
|
imply FIRMWARE
|
||||||
select GICV2
|
select GICV2
|
||||||
select GPIO_EXTRA_HEADER
|
select GPIO_EXTRA_HEADER
|
||||||
select OF_CONTROL
|
select OF_CONTROL
|
||||||
|
@ -1203,7 +1203,7 @@ config ARCH_ZYNQMP
|
||||||
select SPL_DM_SPI if SPI && SPL_DM
|
select SPL_DM_SPI if SPI && SPL_DM
|
||||||
select SPL_DM_SPI_FLASH if SPL_DM_SPI
|
select SPL_DM_SPI_FLASH if SPL_DM_SPI
|
||||||
select SPL_DM_MAILBOX if SPL
|
select SPL_DM_MAILBOX if SPL
|
||||||
select SPL_FIRMWARE if SPL
|
imply SPL_FIRMWARE if SPL
|
||||||
select SPL_SEPARATE_BSS if SPL
|
select SPL_SEPARATE_BSS if SPL
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
select ZYNQMP_IPI
|
select ZYNQMP_IPI
|
||||||
|
|
Loading…
Reference in a new issue