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 34EBFC61DA4 for ; Thu, 16 Feb 2023 03:38:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 82F9485AA8; Thu, 16 Feb 2023 04:37:40 +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="Xv3PuaRR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5E15E85A75; Thu, 16 Feb 2023 04:37:15 +0100 (CET) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (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 CF0B785A9C for ; Thu, 16 Feb 2023 04:37:03 +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-x82e.google.com with SMTP id m12so940875qth.4 for ; Wed, 15 Feb 2023 19:37:03 -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=mCvP2kITLttAAbTQhn26g2qvh2bE7dUiNNrEWiSd7rg=; b=Xv3PuaRRFngrRbU+7qbKM4Kg+GaAlKo09ChT7+MYKLt/3+TOHjqADAKv+Mk7FSOo8+ xUCZ3fyl1Ng/xLk4l4txMzXfkl/8NCIrWYI1kimuq5+qkS473TjCwAGcPgjj5TONPTeI +wAgPMrt07tzMvbtvbFyhGEsTbnlz4QM1DyXA= 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=mCvP2kITLttAAbTQhn26g2qvh2bE7dUiNNrEWiSd7rg=; b=vwZ5RAYvo85kQvdBnVaI091pxApjjW8QnUTJ6XojSNgrEo5sRAPQu38L9eZ5Ign6s9 3d6FchIoALBypRheU6310A+1LrNIC8+iY/AG5SjHciUrrR8j5RVGqmZlttP+xKvfV0lu 0ZjagNDkunzmgJXdl5BCHI20c7NjvbukbNVHmt7cwQNOiRlDPm19v4MbbNGdEPo+AnQz QL8sJnwjyMrOLLfKfqEwzTf+SpnKCmLUNGJ+IWbDvOb7jo3RpDknqRgbanzi3WatDKDw 0vC7WkkdfyFAGff4iFt8h7tTH30fwh7LDkDBGK9ztuNMzIMYmrKtAlcnL7neGVLyVfm5 +0sw== X-Gm-Message-State: AO0yUKV3kd4zwK9+7s8Roo5hGWeyfaMejFA59FL7XE60lVCYVkGJ50ND 5nWrexPUBqzGnnDu6brjnXROQ3LnSl6HX3sB0UE= X-Google-Smtp-Source: AK7set9saPHsOE8S3tHYHZrTy7SShVhc373/dglXvY9Ob5UAmytSzi5UO5bkFMmh9qkV+7Y/5IdNPQ== X-Received: by 2002:ac8:5a01:0:b0:3b9:b1eb:ad38 with SMTP id n1-20020ac85a01000000b003b9b1ebad38mr7341358qta.50.1676518622255; Wed, 15 Feb 2023 19:37:02 -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.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Feb 2023 19:37:02 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Cc: Andy Yan , Quentin Schulz , Klaus Goger Subject: [PATCH 04/13] arm: rk3368: Select ARCH_EARLY_INIT_R when used Date: Wed, 15 Feb 2023 22:36:50 -0500 Message-Id: <20230216033659.3877684-4-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 On the lion and evb-px5 platforms, we need this function, so select it. Cc: Andy Yan Cc: Quentin Schulz Cc: Klaus Goger Signed-off-by: Tom Rini --- arch/arm/mach-rockchip/rk3368/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-rockchip/rk3368/Kconfig b/arch/arm/mach-rockchip/rk3368/Kconfig index c3249a7be457..3de695186ed9 100644 --- a/arch/arm/mach-rockchip/rk3368/Kconfig +++ b/arch/arm/mach-rockchip/rk3368/Kconfig @@ -5,6 +5,7 @@ choice config TARGET_LION_RK3368 bool "Theobroma Systems RK3368-uQ7 (Lion) module" + select ARCH_EARLY_INIT_R help The RK3368-uQ7 is a micro-Qseven form-factor (40mm x 70mm, MXM-230 connector) system-on-module designed by Theobroma @@ -34,6 +35,7 @@ config TARGET_GEEKBOX config TARGET_EVB_PX5 bool "Evb-PX5" + select ARCH_EARLY_INIT_R help PX5 EVB is designed by Rockchip for automotive field with integrated CVBS (TP2825) / MIPI DSI / CSI / LVDS -- 2.34.1