mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
arm64: versal: Remove unneeded configs for mini configurations
The PSCI_RESET and EXPERT are not needed for mini configurations so remove them to save space. 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
5bbc4dc038
commit
b82d520c34
3 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,8 @@ CONFIG_NR_DRAM_BANKS=1
|
|||
CONFIG_SYS_MALLOC_LEN=0x2000
|
||||
CONFIG_SYS_MEM_RSVD_FOR_MMU=y
|
||||
CONFIG_COUNTER_FREQUENCY=2720000
|
||||
# CONFIG_PSCI_RESET is not set
|
||||
# CONFIG_EXPERT is not set
|
||||
# CONFIG_LEGACY_IMAGE_FORMAT is not set
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
# CONFIG_BOARD_LATE_INIT is not set
|
||||
|
|
|
@ -7,6 +7,8 @@ CONFIG_ENV_SIZE=0x80
|
|||
CONFIG_NR_DRAM_BANKS=1
|
||||
CONFIG_SYS_MALLOC_LEN=0x80000
|
||||
CONFIG_COUNTER_FREQUENCY=2720000
|
||||
# CONFIG_PSCI_RESET is not set
|
||||
# CONFIG_EXPERT is not set
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
# CONFIG_BOARD_LATE_INIT is not set
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
|
|
|
@ -7,6 +7,8 @@ CONFIG_ENV_SIZE=0x80
|
|||
CONFIG_NR_DRAM_BANKS=1
|
||||
CONFIG_SYS_MALLOC_LEN=0x80000
|
||||
CONFIG_COUNTER_FREQUENCY=2720000
|
||||
# CONFIG_PSCI_RESET is not set
|
||||
# CONFIG_EXPERT is not set
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
# CONFIG_BOARD_LATE_INIT is not set
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
|
|
Loading…
Reference in a new issue