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 CCB71C636CC for ; Thu, 16 Feb 2023 03:38:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B1EA685AB5; Thu, 16 Feb 2023 04:37:48 +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="S5X7N60J"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0D65485A9F; Thu, 16 Feb 2023 04:37:20 +0100 (CET) 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 42CEF85AA4 for ; Thu, 16 Feb 2023 04:37:05 +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-x82a.google.com with SMTP id h24so990823qtr.0 for ; Wed, 15 Feb 2023 19:37:05 -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=y8uxpFsDVbiL+iO0ngrhGOfBBX+daPpAo9agaFGhuac=; b=S5X7N60JK6S/YiZh/ZqxJLAAGuX/S9Vc55iY+8UycnqxhX82RBFKBEM6UpGzRxKiN+ cjUSJMghZluBK9EaHx23XI7LRaE0W7pjmSmdXaaTgMvdsU5hCGdd2n8LmMTsOKY8uVWi aL8TQwaE9hTeqCL2zeA5qIbiCoHUv7n8laVJE= 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=y8uxpFsDVbiL+iO0ngrhGOfBBX+daPpAo9agaFGhuac=; b=UzEZQicUw42yaK9PQtHWbnC7rbPrtge7CcK1LgYNSRyqqIxL6Oy8t27NZTk8oCGcxV Zc1nPxtRcXkfxd7ch/mkXWwdtNnrvtMrRhN7ZjDY9fYH1FflXgP5A7YcPmifaY+Lf2JD yO8gp/Sh8cyvOl0r2MdRgNEUC+VVDTpvmfkS2oxmk6yKLxbdlIAXRjmsGtnpW5XS+1hU lS2UC34ZwlpKkEQwSb/yTKgO0ZufTY1Sj8wBOzpHgb1ecevX7fyqs28tLrMQUP3ndmSm CyaZXHtG9OjsICvU4Lq745U8d61dRmEq3G1FIu431yoaSSj9udEz/CdCu3GYetWYxzo6 ttaw== X-Gm-Message-State: AO0yUKV235fyAGzHM4qKAnD3hDn8tVLS14x05/vyDo2+lKeA0J1P4PDa t5GiWtes/2y3s/DSYV3WWo5ohYJo7foHjS7jsHY= X-Google-Smtp-Source: AK7set8wiXdWCDa7bCUej/YgT2Lv1m2H0edSONpm+oNsbOGygBhkeantm1OOH7tWbTIN/hVh7OYrsA== X-Received: by 2002:ac8:5f07:0:b0:3b6:a1c2:f63c with SMTP id x7-20020ac85f07000000b003b6a1c2f63cmr7178473qta.33.1676518623295; Wed, 15 Feb 2023 19:37:03 -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.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Feb 2023 19:37:03 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Cc: Peng Fan Subject: [PATCH 06/13] imx9: Remove ARCH_MISC_INIT Date: Wed, 15 Feb 2023 22:36:52 -0500 Message-Id: <20230216033659.3877684-6-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 don't need an empty function, we can just not enable the hook we don't use. Cc: Peng Fan Signed-off-by: Tom Rini --- arch/arm/mach-imx/imx9/soc.c | 5 ----- configs/imx93_11x11_evk_defconfig | 1 - 2 files changed, 6 deletions(-) diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c index 797d7a802baf..a16e22ea6bbf 100644 --- a/arch/arm/mach-imx/imx9/soc.c +++ b/arch/arm/mach-imx/imx9/soc.c @@ -208,11 +208,6 @@ int print_cpuinfo(void) return 0; } -int arch_misc_init(void) -{ - return 0; -} - int ft_system_setup(void *blob, struct bd_info *bd) { return 0; diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 64da123c3723..33d703020798 100644 --- a/configs/imx93_11x11_evk_defconfig +++ b/configs/imx93_11x11_evk_defconfig @@ -25,7 +25,6 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_REMAKE_ELF=y CONFIG_SYS_MONITOR_LEN=524288 CONFIG_DEFAULT_FDT_FILE="imx93-11x11-evk.dtb" -CONFIG_ARCH_MISC_INIT=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_MAX_SIZE=0x26000 -- 2.34.1