ipq5332: TINY NOR: Add CONFIG_REDUCE_FOOTPRINT

This new config CONFIG_REDUCE_FOOTPRINT is
added for non-standard code reduction to
address tiny-nor size requirements.

Change-Id: I0ed9df935e8f16bc83bd937432ecf0f892f88caf
Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
This commit is contained in:
Gokul Sriram Palanisamy 2023-09-07 09:30:18 +05:30 committed by Gokul Sriram P
parent 20dd081414
commit 2a9fbaee93
2 changed files with 4 additions and 0 deletions

View file

@ -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"

View file

@ -21,6 +21,7 @@ CONFIG_SYS_PROMPT="IPQ5332# "
# Tiny support
#
CONFIG_IPQ_TINY=y
CONFIG_REDUCE_FOOTPRINT=y
#
# Info commands