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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id DCCF6C00140 for ; Sat, 13 Aug 2022 01:43:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 094CB84B4F; Sat, 13 Aug 2022 03:42:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="hfYgVw4x"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8712D84B40; Sat, 13 Aug 2022 03:42:35 +0200 (CEST) Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C0A4E84B3E for ; Sat, 13 Aug 2022 03:42:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82a.google.com with SMTP id a4so2023868qto.10 for ; Fri, 12 Aug 2022 18:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=0GyiBPLK5XZdvClyfXomMXj9RqvRgfFug4pnJj47t/U=; b=hfYgVw4x4oAFqxnGygSbGeoJazvtM+GziELR/ZGIQ8LxzuiQs+hpXGoXBUvd29wi4r pebxvhphtxEMdG9rnG8CA1DUU2tgLs3ihV+RVjt0ngYyel4ajsGW/ZhYn6Iu5TxYVQ4K sZBHFe/TBuu6BdAJHX0P/RylGIKdMpvO/8x64= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=0GyiBPLK5XZdvClyfXomMXj9RqvRgfFug4pnJj47t/U=; b=nqoiPkp0XqOnlm/v0qyRGHAGVmIDD3FUlvHkiaD5o6uqByidGOu/mM9jX/M+M7OOc0 gQEIHScf1wKtOnGbcwZ3K01B/Srv7SqG4mjCG2xP8vmeaaz1P360KP4py9uS/U/GnAAC ozQGam5AbPT1QWhxs2fIwVgMMsGVQQ+YIkDUd2IWFn1nqqYGJ//wRctefwMgPkXoaubU plMRiDi/JhD1/m5rmAMxNFN2QqqqoMLOzthu1AC6in8KNlotw/dqC39QnFvGmP4VjL1b X/X8fcv4YIHgSHK3sCbtfHYN3iifBJzR5Th+yrrBwdglF8nzbt/bYHjKsDmbCS35hkgJ XM9A== X-Gm-Message-State: ACgBeo0pkE7BZFDZszb2oodx2EZV/8l5kLmK1pDGsAjk5djuWqKD9oNA 9ovUhZMZZKeQPtsr7XQeQuk8d5ED+ehB3m8z X-Google-Smtp-Source: AA6agR67lEk0Hq65npQCp+K0Qi8aU3aRDhIJ8VhwBZFazTTx5GgPXVo9VFkkBPxuW3xw/F0pHxbJSw== X-Received: by 2002:aed:2793:0:b0:343:6d44:32b4 with SMTP id a19-20020aed2793000000b003436d4432b4mr6042774qtd.659.1660354951325; Fri, 12 Aug 2022 18:42:31 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id j15-20020a05620a288f00b006b8d9d53605sm3027263qkp.125.2022.08.12.18.42.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Aug 2022 18:42:30 -0700 (PDT) Date: Fri, 12 Aug 2022 21:42:28 -0400 From: Tom Rini To: u-boot@lists.denx.de Cc: Alexey Brodkin , Eugeniy Paltsev Subject: Re: [PATCH 2/8] arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection to Kconfig Message-ID: <20220813014228.GS1146598@bill-the-cat> References: <20220801010829.3177443-1-trini@konsulko.com> <20220801010829.3177443-2-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NbKePGCUOaCYvXWA" Content-Disposition: inline In-Reply-To: <20220801010829.3177443-2-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean --NbKePGCUOaCYvXWA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 31, 2022 at 09:08:23PM -0400, Tom Rini wrote: > We can determine which of these we need given CPU_BIG_ENDIAN being > enabled or not, so move that logic to Kconfig from config.mk. >=20 > Cc: Alexey Brodkin > Cc: Eugeniy Paltsev > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --NbKePGCUOaCYvXWA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmL3AYQACgkQFHw5/5Y0 tyzKHAwAuSEl7JoGsSZjA/7BuQlk3ew/S2PlImjzqWVTYu//eONexgHDKeLbyhpZ 0C2Fy3WsXfn3ZxJkSRUfDaThv8TIkIf7TjG+blcf8pGeik2JAz4OL6vNlGSPeY7z V6zio2OQgp+zpw7zjL9NkdWhBPBt3waZTT37pYBlZABuRQrH7JavHFP+hdSIFDAT XK9QeMCHmOnq7iMjiN3hLNy2xzNv1OkJVDEmr7zD5xOEOGnKVJg7MHfbZkszlU5+ oGVw/aBTgHm0P9TU6hfDaWAFxzWn+vaBE7QJtXBVxnUXRSTPdTdGMxuoAAC0zrpc y/ItgrszTp9UmP9Jk0Sygkp3Fo5oTuMR2US5ZUxAIBKKbsACP+Pa7C2XyJqzIxbZ zvkbUXn6jighyuulcVlP3Us3RkSeWSsclQpUtlWf1Ie1jmNqTwPaZI+nnEcX54EY AexTSf6mwA4PjqLmeLogevU9ihbNLdQmrOS0BodVV1al8aBy92DNfUbWLste3724 TNOtgAZk =lDJO -----END PGP SIGNATURE----- --NbKePGCUOaCYvXWA--