diff --git a/board/ipq5332/Kconfig b/board/ipq5332/Kconfig index f78dfa53ae..4b295f2001 100644 --- a/board/ipq5332/Kconfig +++ b/board/ipq5332/Kconfig @@ -15,6 +15,9 @@ config SYS_CONFIG_NAME config NAND_FLASH bool "Enable NAND Framework" +config REDUCE_FOOTPRINT + bool "Remove/reconfigure code to reduce footprint" + config QPIC_SERIAL bool "Enable QPIC serial NAND" diff --git a/configs/ipq5332_tiny_nor_defconfig b/configs/ipq5332_tiny_nor_defconfig index dc1d0252e4..3f99741330 100644 --- a/configs/ipq5332_tiny_nor_defconfig +++ b/configs/ipq5332_tiny_nor_defconfig @@ -21,6 +21,7 @@ CONFIG_SYS_PROMPT="IPQ5332# " # Tiny support # CONFIG_IPQ_TINY=y +CONFIG_REDUCE_FOOTPRINT=y # # Info commands