From beba2c6bb33211aa2b4df862d81ff63b1b4cb07d Mon Sep 17 00:00:00 2001 From: Selvam Sathappan Periakaruppan Date: Fri, 13 May 2022 15:39:57 +0530 Subject: [PATCH] configs: ipq9574: Enable THUMB Mode This config helps to reduce the u-boot.mbn size by approx. 135 KB's. This is required since the image size was greater than partition size after adding support for qca8084 PHY based ports. Change-Id: Ie719c69690e9e7517002c0f06182bf3ab6c1f98e Signed-off-by: Selvam Sathappan Periakaruppan --- configs/ipq9574_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/ipq9574_defconfig b/configs/ipq9574_defconfig index 50aeddc019..3d046e00f6 100644 --- a/configs/ipq9574_defconfig +++ b/configs/ipq9574_defconfig @@ -324,3 +324,5 @@ CONFIG_LZMA=y # CONFIG_ERRNO_STR is not set # CONFIG_UNIT_TEST is not set +CONFIG_SYS_THUMB_BUILD=y +CONFIG_HAS_THUMB2=y