From 65274d5fdf81f00db428d0aac19976e23c2bc5cf Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Fri, 16 Apr 2021 15:08:23 +0900 Subject: [PATCH] boards: lc823450-xgevk: Workaround to avoid an ostest crash with rndis Summary: - This is just a workaround to avoid a crash in signest_test - The commit should be reverted once we find the root cause of the issue Impact: - None Testing: - Tested with ostest Signed-off-by: Masayuki Ishikawa --- boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig b/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig index 52d10da21f..55f51b46fd 100644 --- a/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig +++ b/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig @@ -31,6 +31,9 @@ CONFIG_BOARD_LOOPSPERMSEC=12061 CONFIG_BUILTIN=y CONFIG_C99_BOOL8=y CONFIG_CODECS_HASH_MD5=y +CONFIG_DEBUG_ASSERTIONS=y +CONFIG_DEBUG_ERROR=y +CONFIG_DEBUG_FEATURES=y CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_HARDFAULT_ALERT=y CONFIG_DEBUG_SYMBOLS=y