From dc75984fccc7d841599ecca7e8ea260ea28a1a5d Mon Sep 17 00:00:00 2001 From: Vandhiadevan Karunamoorthy Date: Tue, 28 Apr 2020 12:36:46 +0530 Subject: [PATCH] ipq5018: Remove default unwanted configuration This code changes remove boot support for netbsd, vxworks and rtems. Signed-off-by: Vandhiadevan Karunamoorthy Change-Id: I1f435fc80f29ad1f8e52e4b18d832e120ac9a503 --- include/configs/ipq5018.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/configs/ipq5018.h b/include/configs/ipq5018.h index 73e4569775..52a3cf98cb 100644 --- a/include/configs/ipq5018.h +++ b/include/configs/ipq5018.h @@ -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 */