summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-09-10 16:39:15 +0300
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 10:41:27 +0300
commitd6f48ea5ce181aa48810029e2cd32fae2842de01 (patch)
treeacc20856273c4cc7978825cb1478ad48c1b473fa
parent23decf013bdd8fb2a7727225229d3bf9daa2827e (diff)
downloadu-boot-d6f48ea5ce181aa48810029e2cd32fae2842de01.tar.xz
ARM: zynq: Do not enable NETBSD support by default
This option is disable in Xilinx tree for quite a long time that's why let's disable it in mainline. If there is anybody who requires this options then it should be moved to Kconfig first and should be removed from this config. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index ae08ebf2af..b7e6666812 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -274,6 +274,8 @@
/* Boot FreeBSD/vxWorks from an ELF image */
#define CONFIG_SYS_MMC_MAX_DEVICE 1
+#undef CONFIG_BOOTM_NETBSD
+
/* MMC support */
#ifdef CONFIG_MMC_SDHCI_ZYNQ
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1