ipq5018: Remove default unwanted configuration

This code changes remove boot support for netbsd, vxworks and
rtems.

Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
Change-Id: I1f435fc80f29ad1f8e52e4b18d832e120ac9a503
This commit is contained in:
Vandhiadevan Karunamoorthy 2020-04-28 12:36:46 +05:30
parent 1df5cd41f6
commit dc75984fcc

View file

@ -358,4 +358,9 @@ extern loff_t board_env_size;
#define IPQ_UBI_VOL_WRITE_SUPPORT
#endif
#undef CONFIG_BOOTM_NETBSD
#undef CONFIG_BOOTM_PLAN9
#undef CONFIG_BOOTM_RTEMS
#undef CONFIG_BOOTM_VXWORKS
#endif /* _IPQ5018_H */