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 E5ED5C4332F for ; Sun, 20 Nov 2022 14:12:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3F2E785305; Sun, 20 Nov 2022 15:09:33 +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="n0BByx69"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 617CD852C5; Sun, 20 Nov 2022 15:08:51 +0100 (CET) Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) (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 B308E852D3 for ; Sun, 20 Nov 2022 15:08:46 +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-qk1-x733.google.com with SMTP id d7so6528646qkk.3 for ; Sun, 20 Nov 2022 06:08:46 -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:to:from:from:to:cc:subject:date:message-id :reply-to; bh=fhUsKv7PKA18Iarg9wQeti2r/F2djAUYko3cpq1R3Lo=; b=n0BByx69TK3SRmgKxC54NPPz7BAxW6Ay3iNbGZoDkPn3exd/IsUYBNj9/4l+GTOV5S XhUxOEkcCpr1N0JzD3vO+FIwV6uDbopJTZ/eOsjtY2mzlNtHBdodzEiQSxnoAsaIy9On 5MI0IW+prEmJUNkAcZHzWcqNtQFbYk/8YByMk= 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:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fhUsKv7PKA18Iarg9wQeti2r/F2djAUYko3cpq1R3Lo=; b=EgCza31bZVbeoS0Cyc7ghqmvGthwY20aH23yTG+ksQphlwMsZvZrpkLJZpA6dNY0+X hz9lPL+BRBlQI7Z0+v70rn6ylWJaiATNtNeiu2WJIv5dq5VkztkejddHTjCceF2+bacZ qUreXnvT+FE30gYEym4mYJC+qAQxtei4APjN/Jpm4VTsnF4GjaeE4ENa/5GRprBW3f79 /qH2ux9FIdkLMCIee125HL6BWGUzeRk17TLlWBod4tFTo5DPWLTVOnMTlr28dZklMHFp ssPJemyR5tUHNilAQBmX0Xdny3twTYfZu2SOojfGHyFyeb5KkLYEGUhSnj4rd4mXWroP NYbg== X-Gm-Message-State: ANoB5pnFI5osTG3hb/KGDdQf3JJMlJzVbaXUhiPPzxfxrrRstup9FRA/ 7BqmOADBxvfkSKRPGcNE/aj07NrbXXZq/g== X-Google-Smtp-Source: AA0mqf4wrl+qwR5ywz6F3tGVfctUX59aNQ4mdx74TU5p+YtOpfGCMlXLv9MWxSkfATgRKM4mMG5UCg== X-Received: by 2002:a05:620a:13d7:b0:6fb:57cb:47ce with SMTP id g23-20020a05620a13d700b006fb57cb47cemr13051498qkl.452.1668953326125; Sun, 20 Nov 2022 06:08:46 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-29a0-035f-b06a-235e.res6.spectrum.com. [2603:6081:7b00:6400:29a0:35f:b06a:235e]) by smtp.gmail.com with ESMTPSA id bk23-20020a05620a1a1700b006ce580c2663sm6387502qkb.35.2022.11.20.06.08.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:08:45 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 136/241] global: Migrate CONFIG_NORBOOT to CFG Date: Sun, 20 Nov 2022 09:07:26 -0500 Message-Id: <20221120140829.3057894-27-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221120140829.3057894-1-trini@konsulko.com> References: <20221120135520.3057773-4-trini@konsulko.com> <20221120140829.3057894-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 Signed-off-by: Tom Rini --- include/configs/p1_p2_rdb_pc.h | 2 +- scripts/config_whitelist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index c8ecd2dc0fca..1e66d609d68d 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -482,7 +482,7 @@ RST_DEF_CMD(defboot) \ "ext2load usb 0:4 $ramdiskaddr $ramdiskfile;" \ "bootm $loadaddr $ramdiskaddr $fdtaddr" -#define CONFIG_NORBOOT \ +#define CFG_NORBOOT \ "setenv bootargs root=/dev/$jffs2nor rw " \ "console=$consoledev,$baudrate rootfstype=jffs2 $othbootargs;" \ "bootm $norbootaddr - $norfdtaddr" diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 41312519749c..31d50b5ab580 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -145,7 +145,7 @@ CFG_NAND_6BYTES_OOB_FREE_10BYTES_ECC CFG_NAND_CS_INIT CFG_NETDEV CFG_NETMASK -CONFIG_NORBOOT +CFG_NORBOOT CONFIG_NUM_DSP_CPUS CONFIG_ODROID_REV_AIN CONFIG_OTHBOOTARGS -- 2.25.1