mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
arm64: xilinx: zynqmp: Remove unneeded configs
Remove unneeded configs from mini qspi configuration so that it saves space for this mini configuration. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
3b4146f133
commit
1922a7b39a
1 changed files with 2 additions and 0 deletions
|
@ -6,8 +6,10 @@ CONFIG_ENV_SIZE=0x80
|
|||
CONFIG_SPL=y
|
||||
CONFIG_SYS_MEM_RSVD_FOR_MMU=y
|
||||
CONFIG_ZYNQMP_NO_DDR=y
|
||||
# CONFIG_PSCI_RESET is not set
|
||||
# CONFIG_CMD_ZYNQMP is not set
|
||||
CONFIG_NR_DRAM_BANKS=1
|
||||
# CONFIG_EXPERT is not set
|
||||
# CONFIG_IMAGE_FORMAT_LEGACY is not set
|
||||
# CONFIG_BOARD_LATE_INIT is not set
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
|
|
Loading…
Reference in a new issue