summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPankit Garg <pankit.garg@nxp.com>2018-01-16 05:12:43 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2018-01-18 05:29:08 (GMT)
commitf5285a88d1e673c3c14d16d5ab298ef70ef91f25 (patch)
tree0520d08b8feeadd6bbf4328e31753e44105b8315
parenta6932b4eeef41de15c92bf581235cfeb20bd42cc (diff)
downloadu-boot-f5285a88d1e673c3c14d16d5ab298ef70ef91f25.tar.xz
armv8: ls1088ardb: secure boot: Use tiny printf to save spl size
Using tiny printf remove format specifier debug capabilities for secure boot defconfig Signed-off-by: Pankit Garg <pankit.garg@nxp.com>
-rw-r--r--configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
index 5f02fea..6158fc7 100644
--- a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
@@ -46,3 +46,4 @@ CONFIG_RSA=y
CONFIG_SPL_RSA=y
CONFIG_SPL_CRYPTO_SUPPORT=y
CONFIG_SPL_HASH_SUPPORT=y
+CONFIG_USE_TINY_PRINTF=y