diff mbox series

[v3,1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs

Message ID 20230127084938.15712-1-neal.frager@amd.com
State Accepted
Headers show
Series [v3,1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs | expand

Commit Message

Neal Frager Jan. 27, 2023, 8:49 a.m. UTC
Reduce the configs in the kria/uboot.fragment to only what is necessary.
These 4 configs are already included in the xilinx_zynqmp_virt_defconfig, so
it is redundant to include them in the kria/uboot.fragment file.  Applying
this patch has zero impact on the u-boot binaries that are built.

This patch has been build and run tested on a kria kv260 starter kit.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
V1->V2:
  - CONFIG_DTB_RESELECT is no longer removed
---
 board/zynqmp/kria/uboot.fragment | 4 ----
 1 file changed, 4 deletions(-)

Comments

Luca Ceresoli Jan. 27, 2023, 9:55 a.m. UTC | #1
On Fri, 27 Jan 2023 08:49:38 +0000
Neal Frager <neal.frager@amd.com> wrote:

> Reduce the configs in the kria/uboot.fragment to only what is necessary.
> These 4 configs are already included in the xilinx_zynqmp_virt_defconfig, so
> it is redundant to include them in the kria/uboot.fragment file.  Applying
> this patch has zero impact on the u-boot binaries that are built.
> 
> This patch has been build and run tested on a kria kv260 starter kit.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Peter Korsgaard Jan. 27, 2023, 10:23 a.m. UTC | #2
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > Reduce the configs in the kria/uboot.fragment to only what is necessary.
 > These 4 configs are already included in the xilinx_zynqmp_virt_defconfig, so
 > it is redundant to include them in the kria/uboot.fragment file.  Applying
 > this patch has zero impact on the u-boot binaries that are built.

 > This patch has been build and run tested on a kria kv260 starter kit.

 > Signed-off-by: Neal Frager <neal.frager@amd.com>
 > ---
 > V1-> V2:
 >   - CONFIG_DTB_RESELECT is no longer removed

Committed, thanks.
diff mbox series

Patch

diff --git a/board/zynqmp/kria/uboot.fragment b/board/zynqmp/kria/uboot.fragment
index 9e32edfb36..a6a262a562 100644
--- a/board/zynqmp/kria/uboot.fragment
+++ b/board/zynqmp/kria/uboot.fragment
@@ -6,9 +6,5 @@  CONFIG_PHY=y
 CONFIG_PHY_XILINX_ZYNQMP=y
 CONFIG_PINCTRL=y
 CONFIG_PINCONF=y
-CONFIG_POWER_DOMAIN=y
-CONFIG_ZYNQMP_POWER_DOMAIN=y
-CONFIG_DM_RESET=y
-CONFIG_RESET_ZYNQMP=y
 CONFIG_VIDEO_ZYNQMP_DPSUB=y
 CONFIG_SF_DEFAULT_SPEED=40000000