diff mbox series

[U-Boot] ARM: zynq: Do not enable NETBSD support by default

Message ID cb658a6a10f291cb50354029f3d391ada4d6578d.1568191636.git.michal.simek@xilinx.com
State Accepted
Commit d6f48ea5ce181aa48810029e2cd32fae2842de01
Delegated to: Michal Simek
Headers show
Series [U-Boot] ARM: zynq: Do not enable NETBSD support by default | expand

Commit Message

Michal Simek Sept. 11, 2019, 8:47 a.m. UTC
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>
---

 include/configs/zynq-common.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Michal Simek Oct. 8, 2019, 7:43 a.m. UTC | #1
st 11. 9. 2019 v 10:47 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> 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>
> ---
>
>  include/configs/zynq-common.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> index c765875ca85d..90a4a77b2c07 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
> --
> 2.17.1
>

Applied.
M
diff mbox series

Patch

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index c765875ca85d..90a4a77b2c07 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