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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39A10C433EF for ; Mon, 8 Nov 2021 04:00:15 +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 07E4361186 for ; Mon, 8 Nov 2021 04:00:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 07E4361186 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com 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 F298983831; Mon, 8 Nov 2021 05:00:10 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 9684283820; Mon, 8 Nov 2021 05:00:00 +0100 (CET) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) (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 481E3837E2 for ; Mon, 8 Nov 2021 04:59:57 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f181.google.com with SMTP id bi29so14385220qkb.5 for ; Sun, 07 Nov 2021 19:59:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=GvHy5lOxbxgQMP5MuLtF1kNwHMQ28sQk71K3yOQUzJ4=; b=KK9K6XstOF+DDiiX4RvZQSxHdRn0zIzUt2AxpC51aqu4xujmsSPu+1z57t9OdxgAaF 5QQY+kC0wY55+bj91w1M+wElZpaRTht87TiC723DfnrzEbWUQWRRd2h3+jJjF/LaytJ6 fDRNNFZE4nz+QC1C4pILUmrGQVbimBVTzae5TUs+yE2eQt1BBV+aEY0SZLQrPP2kqjNM c312tplN0DyCv/0lv/gbi/mM9SE7GbvStTeX0Qu6gTm38OgoRMMj8U0Ec58vHAxwexOg 9rCuxS7Kvo7kncLLap9YkQJht21OZRXba3Ax7tqx2stHB8DHeCO2gbHe1MW0ZNXcmemM J1qw== X-Gm-Message-State: AOAM530jndlQAv0sZ4zjEyM8IyEB0m0/3yBUeuUewl3phVB4fsxH0T5R R+OrINZB61HmsYiXQE93Cm8mDmsaUQ== X-Google-Smtp-Source: ABdhPJw1XMrAfYp30QF68cjNEct4aNHk+kj7g8JyUBIVEE4sFY04icvBZkHcXdZpskfTurKMXOgFhA== X-Received: by 2002:a05:620a:1294:: with SMTP id w20mr4248273qki.197.1636343995736; Sun, 07 Nov 2021 19:59:55 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-65cb-752a-b567-5ae4.res6.spectrum.com. [2603:6081:7b01:cbda:65cb:752a:b567:5ae4]) by smtp.gmail.com with ESMTPSA id k6sm10460794qtx.32.2021.11.07.19.59.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Nov 2021 19:59:55 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 01/20] Convert CONFIG_ARCH_CPU_INIT to Kconfig Date: Sun, 7 Nov 2021 22:59:32 -0500 Message-Id: <20211108035951.3580952-1-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 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 This converts the following to Kconfig: CONFIG_ARCH_CPU_INIT Signed-off-by: Tom Rini --- configs/s5p4418_nanopi2_defconfig | 1 + include/configs/s5p4418_nanopi2.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/s5p4418_nanopi2_defconfig b/configs/s5p4418_nanopi2_defconfig index 06017437cccf..eaf319e58a2a 100644 --- a/configs/s5p4418_nanopi2_defconfig +++ b/configs/s5p4418_nanopi2_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_SYS_DCACHE_OFF=y +CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_NEXELL=y CONFIG_SYS_TEXT_BASE=0x74C00000 CONFIG_SYS_MALLOC_LEN=0x2000000 diff --git a/include/configs/s5p4418_nanopi2.h b/include/configs/s5p4418_nanopi2.h index f49f5faa7f12..d22a84a50352 100644 --- a/include/configs/s5p4418_nanopi2.h +++ b/include/configs/s5p4418_nanopi2.h @@ -77,7 +77,6 @@ * System initialize options (board_init_f) */ /* board_init_f->init_sequence, call arch_cpu_init */ -#define CONFIG_ARCH_CPU_INIT /*----------------------------------------------------------------------- * Miscellaneous configurable options -- 2.25.1