All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm64: versal: Remove unneeded configs for mini configurations
@ 2019-09-11 14:49 Michal Simek
  2019-10-08  7:52 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-09-11 14:49 UTC (permalink / raw)
  To: u-boot

From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>

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>
---

 configs/xilinx_versal_mini_defconfig       | 2 ++
 configs/xilinx_versal_mini_emmc0_defconfig | 2 ++
 configs/xilinx_versal_mini_emmc1_defconfig | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
index 98759d0705e2..742aa1208aeb 100644
--- a/configs/xilinx_versal_mini_defconfig
+++ b/configs/xilinx_versal_mini_defconfig
@@ -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
diff --git a/configs/xilinx_versal_mini_emmc0_defconfig b/configs/xilinx_versal_mini_emmc0_defconfig
index 49386e21d3d0..7610abf4dbab 100644
--- a/configs/xilinx_versal_mini_emmc0_defconfig
+++ b/configs/xilinx_versal_mini_emmc0_defconfig
@@ -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
diff --git a/configs/xilinx_versal_mini_emmc1_defconfig b/configs/xilinx_versal_mini_emmc1_defconfig
index 5de1873dad65..ffc913a6eb97 100644
--- a/configs/xilinx_versal_mini_emmc1_defconfig
+++ b/configs/xilinx_versal_mini_emmc1_defconfig
@@ -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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] arm64: versal: Remove unneeded configs for mini configurations
  2019-09-11 14:49 [U-Boot] [PATCH] arm64: versal: Remove unneeded configs for mini configurations Michal Simek
@ 2019-10-08  7:52 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-08  7:52 UTC (permalink / raw)
  To: u-boot

st 11. 9. 2019 v 16:49 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
>
> 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>
> ---
>
>  configs/xilinx_versal_mini_defconfig       | 2 ++
>  configs/xilinx_versal_mini_emmc0_defconfig | 2 ++
>  configs/xilinx_versal_mini_emmc1_defconfig | 2 ++
>  3 files changed, 6 insertions(+)
>
> diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
> index 98759d0705e2..742aa1208aeb 100644
> --- a/configs/xilinx_versal_mini_defconfig
> +++ b/configs/xilinx_versal_mini_defconfig
> @@ -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
> diff --git a/configs/xilinx_versal_mini_emmc0_defconfig b/configs/xilinx_versal_mini_emmc0_defconfig
> index 49386e21d3d0..7610abf4dbab 100644
> --- a/configs/xilinx_versal_mini_emmc0_defconfig
> +++ b/configs/xilinx_versal_mini_emmc0_defconfig
> @@ -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
> diff --git a/configs/xilinx_versal_mini_emmc1_defconfig b/configs/xilinx_versal_mini_emmc1_defconfig
> index 5de1873dad65..ffc913a6eb97 100644
> --- a/configs/xilinx_versal_mini_emmc1_defconfig
> +++ b/configs/xilinx_versal_mini_emmc1_defconfig
> @@ -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
> --
> 2.17.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-08  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 14:49 [U-Boot] [PATCH] arm64: versal: Remove unneeded configs for mini configurations Michal Simek
2019-10-08  7:52 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.