From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B98E4C433EF for ; Sat, 11 Sep 2021 22:40:39 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0382A604DC for ; Sat, 11 Sep 2021 22:40:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0382A604DC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 43F88838B6; Sun, 12 Sep 2021 00:40:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1631400023; bh=HpOww7WId/zvlo/jtmFsa8zsqY3mQ/MnFwdZpc9m0is=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=HO2KQz92JlXRUPm24O1iXnVBSdmvTG12G8pLitYIQ94fvRb5MguY6zQexMfFSGQha ggnvRHonNYRY2RfRP1XOcBmUrh3DrWGxFqoWoyWLUitv0B4Gw14qtbDi2+nK4c3PBq AkErnVnTPC6oiNg2UZsj1AaODdXBS4pyiTCB6oxkwgEpOHr2BKkV5kzYnoxcBMJ65u nBp8AI3UMswgvuPVc1i4y6k0j3kV0k5Lxjy/ECdxB42ndoMxnFnO7b6nxTuw3sOA80 97pf8gWFdor+n8YU3oN7p0dN0H0V9KPv4nWMsgKgvXJTTej82t3xBPnZ/4JrWbhRBu DlpMiYg6DniFw== Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 735DE838AB; Sun, 12 Sep 2021 00:40:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1631400015; bh=HpOww7WId/zvlo/jtmFsa8zsqY3mQ/MnFwdZpc9m0is=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HfnDO1CY4B74HySSqmic/WiGCI1LFNChumcTml1bkNr8ehtvCdAhbw9VGKR7XnCRD 2DHT0CaGqrfeSDNzSNm+071/Sjdy0DBcEaA8qJsDtZ87Scklg63rO3+SGXoTi+4uYG x9wzPed/i5G7lRrRZ/sjLJNsPtwtdEyGtPcBdUcn/ye7U77KA/v7fho+or9aCVqncy mQ+PbgKC4DyzD0yrroJzZ3LRy9xtXToueuvqgMRBg9UVQFtj1UudCn8El3u17IB+56 UTfj9/ngEFZjOsnqnSksXUZv6DIWMGR7PvNcWoCpGOpW/LyT44x0jYKxdy6d+4GDkJ EjtGpd87LxJXg== From: Marek Vasut To: u-boot@lists.denx.de Cc: Marek Vasut , Stefano Babic Subject: [PATCH 2/3] ARM: imx: mx5: Enable Thumb2 build on MX53 Menlo board Date: Sun, 12 Sep 2021 00:39:59 +0200 Message-Id: <20210911224000.98908-2-marex@denx.de> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210911224000.98908-1-marex@denx.de> References: <20210911224000.98908-1-marex@denx.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Build U-Boot in Thumb2 mode for M53Menlo board, this makes better use of the CPU since the instruction density is higher. Signed-off-by: Marek Vasut Cc: Stefano Babic --- configs/m53menlo_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig index 97605b2711b..0656cd86816 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_SYS_THUMB_BUILD=y CONFIG_ARCH_MX5=y CONFIG_SYS_TEXT_BASE=0x71000000 CONFIG_SPL_GPIO=y -- 2.33.0