diff mbox series

[U-Boot] ARM: zynq: Disable fdt and evn exist for cse_qspi

Message ID a29e4493ffcb4fa42fb1c519b9e77606db9cfbf2.1571138917.git.michal.simek@xilinx.com
State Accepted
Commit 7e856eff20368c844edcfd64bebf67c54a635c45
Delegated to: Michal Simek
Headers show
Series [U-Boot] ARM: zynq: Disable fdt and evn exist for cse_qspi | expand

Commit Message

Michal Simek Oct. 15, 2019, 11:28 a.m. UTC
Mini u-boot should be really small that's why it is necessary to disable
all unneeded configs.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/zynq_cse_qspi_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Michal Simek Oct. 24, 2019, 11:31 a.m. UTC | #1
Ășt 15. 10. 2019 v 13:28 odesĂ­latel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> Mini u-boot should be really small that's why it is necessary to disable
> all unneeded configs.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/zynq_cse_qspi_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig
> index 1db631582d53..f63855665ac8 100644
> --- a/configs/zynq_cse_qspi_defconfig
> +++ b/configs/zynq_cse_qspi_defconfig
> @@ -32,6 +32,7 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000
>  # CONFIG_CMD_BOOTD is not set
>  # CONFIG_CMD_BOOTM is not set
>  # CONFIG_CMD_ELF is not set
> +# CONFIG_CMD_FDT is not set
>  # CONFIG_CMD_GO is not set
>  # CONFIG_CMD_RUN is not set
>  # CONFIG_CMD_IMI is not set
> @@ -41,6 +42,7 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000
>  # CONFIG_CMD_IMPORTENV is not set
>  # CONFIG_CMD_EDITENV is not set
>  # CONFIG_CMD_SAVEENV is not set
> +# CONFIG_CMD_ENV_EXISTS is not set
>  # CONFIG_CMD_CRC32 is not set
>  # CONFIG_CMD_CLK is not set
>  # CONFIG_CMD_DM is not set
> --
> 2.17.1
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig
index 1db631582d53..f63855665ac8 100644
--- a/configs/zynq_cse_qspi_defconfig
+++ b/configs/zynq_cse_qspi_defconfig
@@ -32,6 +32,7 @@  CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000
 # CONFIG_CMD_BOOTD is not set
 # CONFIG_CMD_BOOTM is not set
 # CONFIG_CMD_ELF is not set
+# CONFIG_CMD_FDT is not set
 # CONFIG_CMD_GO is not set
 # CONFIG_CMD_RUN is not set
 # CONFIG_CMD_IMI is not set
@@ -41,6 +42,7 @@  CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000
 # CONFIG_CMD_IMPORTENV is not set
 # CONFIG_CMD_EDITENV is not set
 # CONFIG_CMD_SAVEENV is not set
+# CONFIG_CMD_ENV_EXISTS is not set
 # CONFIG_CMD_CRC32 is not set
 # CONFIG_CMD_CLK is not set
 # CONFIG_CMD_DM is not set