aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-10-15 13:03:50 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-10-24 13:37:03 +0200
commit7e856eff20368c844edcfd64bebf67c54a635c45 (patch)
tree191b977e03e56f1f354baf6bb29af06d553f31de
parent3e5476c6cde940536360946ea5672d9b6f048add (diff)
downloadu-boot-7e856eff20368c844edcfd64bebf67c54a635c45.zip
u-boot-7e856eff20368c844edcfd64bebf67c54a635c45.tar.gz
u-boot-7e856eff20368c844edcfd64bebf67c54a635c45.tar.bz2
ARM: zynq: Disable fdt and evn exist for cse_qspi
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>
-rw-r--r--configs/zynq_cse_qspi_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig
index 1db6315..f638556 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