From 12eca96f6ffdd8fed25768077ca8a635034b3d77 Mon Sep 17 00:00:00 2001 From: Luo Ji Date: Mon, 19 Nov 2018 09:35:09 +0800 Subject: [PATCH] MA-13427 [AUTO] Remove fuse operation commands Remove the fuse operation commands for imx8qm, this will help reduce the u-boot binary size. Test: build and boot ok on imx8qm. Change-Id: I45fd7a86abe5ce7a9a8b9284974190d72b203e1b Signed-off-by: Luo Ji --- include/configs/imx8qm_mek_android_auto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/imx8qm_mek_android_auto.h b/include/configs/imx8qm_mek_android_auto.h index ed8835a432..9c71f01553 100644 --- a/include/configs/imx8qm_mek_android_auto.h +++ b/include/configs/imx8qm_mek_android_auto.h @@ -95,6 +95,7 @@ #undef CONFIG_MII #undef CONFIG_PHYLIB #undef CONFIG_PHY_ATHEROS +#undef CONFIG_CMD_FUSE #undef CONFIG_USB_FUNCTION_MASS_STORAGE #if defined(CONFIG_XEN)