From 299de87e68c2e3ea339164b27c401cdbe2a52cbc Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 22 Jan 2023 20:38:22 +0800 Subject: [PATCH] tiva/lm3s6965-ek: Remove CONFIG_DEBUG_ASSERTIONS from qemu-protected to save the code size Signed-off-by: Xiang Xiao --- boards/arm/tiva/lm3s6965-ek/configs/qemu-flat/defconfig | 1 - boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig | 1 - boards/risc-v/mpfs/icicle/configs/opensbi/defconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/boards/arm/tiva/lm3s6965-ek/configs/qemu-flat/defconfig b/boards/arm/tiva/lm3s6965-ek/configs/qemu-flat/defconfig index cc47300043..83358b54f9 100644 --- a/boards/arm/tiva/lm3s6965-ek/configs/qemu-flat/defconfig +++ b/boards/arm/tiva/lm3s6965-ek/configs/qemu-flat/defconfig @@ -19,7 +19,6 @@ CONFIG_BOARDCTL_APP_SYMTAB=y CONFIG_BOARDCTL_ROMDISK=y CONFIG_BOARD_LOOPSPERMSEC=4531 CONFIG_BUILTIN=y -CONFIG_DEBUG_ASSERTIONS=y CONFIG_DEBUG_ERROR=y CONFIG_DEBUG_FEATURES=y CONFIG_DEBUG_FULLOPT=y diff --git a/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig b/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig index c9efbd27f8..99543dbaf7 100644 --- a/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig +++ b/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig @@ -20,7 +20,6 @@ CONFIG_BOARDCTL_ROMDISK=y CONFIG_BOARD_LOOPSPERMSEC=4531 CONFIG_BUILD_PROTECTED=y CONFIG_BUILTIN=y -CONFIG_DEBUG_ASSERTIONS=y CONFIG_DEBUG_ERROR=y CONFIG_DEBUG_FEATURES=y CONFIG_DEBUG_FULLOPT=y diff --git a/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig b/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig index bc0bd9ba45..cc69a04499 100644 --- a/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig +++ b/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig @@ -20,7 +20,6 @@ CONFIG_ARCH_STACKDUMP=y CONFIG_BOARDCTL_MKRD=y CONFIG_BOARD_LOOPSPERMSEC=54000 CONFIG_BUILTIN=y -CONFIG_DEBUG_ASSERTIONS=y CONFIG_DEBUG_ERROR=y CONFIG_DEBUG_FEATURES=y CONFIG_DEBUG_FULLOPT=y