[PATCH] arm64: versal: Do not define boot command for mini configurations
Michal Simek
michal.simek at amd.com
Mon Sep 11 15:26:42 CEST 2023
On 9/5/23 10:23, Michal Simek wrote:
> Mini configuration is not design to boot anything that's why there is no
> reason to setup boot command. CONFIG_DISTRO_DEFAULTS is disabled anyway.
>
> Signed-off-by: Michal Simek <michal.simek at amd.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 deletions(-)
>
> diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
> index 53376db9df30..78be2002fb8a 100644
> --- a/configs/xilinx_versal_mini_defconfig
> +++ b/configs/xilinx_versal_mini_defconfig
> @@ -21,8 +21,6 @@ CONFIG_SYS_MEMTEST_END=0x00001000
> CONFIG_REMAKE_ELF=y
> # CONFIG_LEGACY_IMAGE_FORMAT is not set
> # CONFIG_AUTOBOOT is not set
> -CONFIG_USE_BOOTCOMMAND=y
> -CONFIG_BOOTCOMMAND="run distro_bootcmd"
> CONFIG_SYS_CONSOLE_INFO_QUIET=y
> # CONFIG_DISPLAY_CPUINFO is not set
> CONFIG_BOARD_EARLY_INIT_R=y
> diff --git a/configs/xilinx_versal_mini_emmc0_defconfig b/configs/xilinx_versal_mini_emmc0_defconfig
> index 31b3c02f7389..129ddce3ef06 100644
> --- a/configs/xilinx_versal_mini_emmc0_defconfig
> +++ b/configs/xilinx_versal_mini_emmc0_defconfig
> @@ -17,8 +17,6 @@ CONFIG_SYS_LOAD_ADDR=0x8000000
> # CONFIG_EXPERT is not set
> CONFIG_REMAKE_ELF=y
> # CONFIG_AUTOBOOT is not set
> -CONFIG_USE_BOOTCOMMAND=y
> -CONFIG_BOOTCOMMAND="run distro_bootcmd"
> CONFIG_SYS_CONSOLE_INFO_QUIET=y
> # CONFIG_DISPLAY_CPUINFO is not set
> CONFIG_BOARD_EARLY_INIT_R=y
> diff --git a/configs/xilinx_versal_mini_emmc1_defconfig b/configs/xilinx_versal_mini_emmc1_defconfig
> index 5480cf1d9cc4..116ec450bda8 100644
> --- a/configs/xilinx_versal_mini_emmc1_defconfig
> +++ b/configs/xilinx_versal_mini_emmc1_defconfig
> @@ -17,8 +17,6 @@ CONFIG_SYS_LOAD_ADDR=0x8000000
> # CONFIG_EXPERT is not set
> CONFIG_REMAKE_ELF=y
> # CONFIG_AUTOBOOT is not set
> -CONFIG_USE_BOOTCOMMAND=y
> -CONFIG_BOOTCOMMAND="run distro_bootcmd"
> CONFIG_SYS_CONSOLE_INFO_QUIET=y
> # CONFIG_DISPLAY_CPUINFO is not set
> CONFIG_BOARD_EARLY_INIT_R=y
Applied.
M
More information about the U-Boot
mailing list