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 06996C636CC for ; Thu, 16 Feb 2023 03:37:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57D4885A75; Thu, 16 Feb 2023 04:37:19 +0100 (CET) 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="ldm+CPfD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2C67585A94; Thu, 16 Feb 2023 04:37:12 +0100 (CET) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (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 6E78E85A8B for ; Thu, 16 Feb 2023 04:37:02 +0100 (CET) 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-x834.google.com with SMTP id cr22so912460qtb.10 for ; Wed, 15 Feb 2023 19:37:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=kaeLl9S9hhaKnOyi24RF9dNF50joWWLJ7Vxnbd9i/xo=; b=ldm+CPfDvD8C8s7hTR4iUiXyJyCexC+wbxc0+EL4+rqeZIafNkZY6s8IHZRkBchJv1 jBOOx2sDJfvQ1La2d/8SsGXutu9by6RCwrLvBQEv9qVIucy2a6qkZchyV/+WoY+Bly2W dwz0TsLnD9MjeTxX/v4kIr2K1gsn2qU/mpTsI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kaeLl9S9hhaKnOyi24RF9dNF50joWWLJ7Vxnbd9i/xo=; b=Iu5Yi9VTFB5b180HqjXGwU9yZ/cJO005YWdK0pbeLt/86DKzBJUcb34LCCxe+nu0pG k3j+FLssawzf3WKqQAlRZucDpYKZUb8tD/Uw69Y+RCbckDrEmFxWRexn48VD5PxaRfTZ KpCTE1DDcv+CdpqHFAxs4tn2aIxwx+bBXqAogyMBwcySzqG0r4dni8Sd0EtI/YdQ3oH9 ljg483+Th8cUm7HFfQwECQ6OKnLLTd0b/DaHajBxgvvMS/JUTHyrSWFCR8/+wL2pYFCJ e0VEjGT40dbj0+3vrPAjl1jgFeGcbBJuyW+QAMrvNJvXJhJKUzqnjK9qLadscxwgyWtq oXiw== X-Gm-Message-State: AO0yUKUpUMHp8kasa/t2pO97HohY9WqoOeaNAfY8G7dZkrH2g1fmI5Yt MWN8r1fy3rGv5MaogAZlfDv2OFKjEWPeecVwizg= X-Google-Smtp-Source: AK7set/JvuAfeIoJz6SmIbIIlik/rJcaQf8sI2EGEQKtx1ITLxFBRZKDVfvQnGtTfJCKKNMJ/nStoQ== X-Received: by 2002:ac8:59cf:0:b0:3b9:b4f9:d362 with SMTP id f15-20020ac859cf000000b003b9b4f9d362mr8103531qtf.43.1676518621005; Wed, 15 Feb 2023 19:37:01 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-2265-3a10-92ec-4b22.res6.spectrum.com. [2603:6081:7b00:6400:2265:3a10:92ec:4b22]) by smtp.gmail.com with ESMTPSA id a13-20020ac8720d000000b003b860983973sm471289qtp.60.2023.02.15.19.37.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Feb 2023 19:37:00 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Cc: Stefan Roese Subject: [PATCH 02/13] arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64 Date: Wed, 15 Feb 2023 22:36:48 -0500 Message-Id: <20230216033659.3877684-2-trini@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230216033659.3877684-1-trini@konsulko.com> References: <20230216033659.3877684-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 We need to be calling arch_early_init_r() on 64bit mvebu platforms, so move this to a select. Cc: Stefan Roese Signed-off-by: Tom Rini --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bd7fffcce0ba..724cbdde257c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -588,6 +588,7 @@ config ARCH_KIRKWOOD config ARCH_MVEBU bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)" + select ARCH_EARLY_INIT_R if ARM64 select DM select DM_SERIAL select DM_SPI -- 2.34.1