diff options
author | Michal Simek | 2019-10-14 09:38:39 +0200 |
---|---|---|
committer | Michal Simek | 2019-10-24 13:37:01 +0200 |
commit | c4690c54b7645135445110a469285d33314bd0a9 (patch) | |
tree | 3b54840e34a41a38d3486e1c61bd97288d782580 /configs/zynq_zc770_xm011_defconfig | |
parent | 96e8e52bb8e7d325dd82fe83aace33275458665d (diff) |
ARM: zynq: Move BOOTM_NETBSD to Kconfig
The commit 4b0bcfa7c4ec ("Kconfig: Migrate CONFIG_BOOTM_* options")
moved BOOTM_ options to Kconfig that's why align zynq defconfig with it.
Disabling NETBSD was done by commit d6f48ea5ce18
("ARM: zynq: Do not enable NETBSD support by default").
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm011_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm011_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig index 8bc49ea0668..72fceeb4948 100644 --- a/configs/zynq_zc770_xm011_defconfig +++ b/configs/zynq_zc770_xm011_defconfig @@ -19,6 +19,7 @@ CONFIG_LEGACY_IMAGE_FORMAT=y CONFIG_USE_PREBOOT=y CONFIG_SPL_STACK_R=y CONFIG_SPL_OS_BOOT=y +# CONFIG_BOOTM_NETBSD is not set # CONFIG_CMD_FLASH is not set CONFIG_CMD_FPGA_LOADBP=y CONFIG_CMD_FPGA_LOADFS=y |