All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs
@ 2023-01-27  8:49 Neal Frager via buildroot
  2023-01-27  9:55 ` Luca Ceresoli via buildroot
  2023-01-27 10:23 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Neal Frager via buildroot @ 2023-01-27  8:49 UTC (permalink / raw)
  To: buildroot; +Cc: michal.simek, luca.ceresoli, thomas.petazzoni, Neal Frager

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

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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v3 1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs
  2023-01-27  8:49 [Buildroot] [PATCH v3 1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs Neal Frager via buildroot
@ 2023-01-27  9:55 ` Luca Ceresoli via buildroot
  2023-01-27 10:23 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Luca Ceresoli via buildroot @ 2023-01-27  9:55 UTC (permalink / raw)
  To: Neal Frager; +Cc: michal.simek, thomas.petazzoni, buildroot

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>

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v3 1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs
  2023-01-27  8:49 [Buildroot] [PATCH v3 1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs Neal Frager via buildroot
  2023-01-27  9:55 ` Luca Ceresoli via buildroot
@ 2023-01-27 10:23 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-01-27 10:23 UTC (permalink / raw)
  To: Neal Frager; +Cc: michal.simek, luca.ceresoli, thomas.petazzoni, buildroot

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

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-01-27 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27  8:49 [Buildroot] [PATCH v3 1/1] board/zynqmp/kria/uboot.fragment: remove unnecessary configs Neal Frager via buildroot
2023-01-27  9:55 ` Luca Ceresoli via buildroot
2023-01-27 10:23 ` Peter Korsgaard

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.