board/zynqmp/kria/uboot.fragment: remove unnecessary configs
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
58cc22a6d0
commit
fa341f0298
@ -7,9 +7,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
|
||||
|
Loading…
Reference in New Issue
Block a user