mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 09:21:26 +01:00
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:
parent
20dd081414
commit
2a9fbaee93
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ CONFIG_SYS_PROMPT="IPQ5332# "
|
|||
# Tiny support
|
||||
#
|
||||
CONFIG_IPQ_TINY=y
|
||||
CONFIG_REDUCE_FOOTPRINT=y
|
||||
|
||||
#
|
||||
# Info commands
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue