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 B1E39C433FE for ; Sun, 20 Nov 2022 13:51:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 68CF8853C8; Sun, 20 Nov 2022 14:36:41 +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="KmH+SotO"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A92E28536B; Sun, 20 Nov 2022 14:35:46 +0100 (CET) Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) (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 18012852E2 for ; Sun, 20 Nov 2022 14:34:56 +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-x72f.google.com with SMTP id g10so6495798qkl.6 for ; Sun, 20 Nov 2022 05:34:56 -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=6khbEYh0CvfSoCJ5Q0X9xiib07nPmUePMJ5Rxse6LpM=; b=KmH+SotOJHTb0yTYHB5Ye0PTJg5fIkn5EcwESuWqmNjTpuwEicK5spelGte7G1NPll 7S6Czd2WrT+DvhpP0mLfi2Uc1ntP14noruu0PCm+q9vTmkvjaI79SvB0P4n7m05wKgAT XEiVAznrK2EvY0yHOjJdjq/tOakwXcqFn6TZ0= 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=6khbEYh0CvfSoCJ5Q0X9xiib07nPmUePMJ5Rxse6LpM=; b=ZGjWrJCgHjb8/0bf1VaG+KwlMbhFFDYTw6jqcEoS2Gv+/u7V1n1pLRYb72/AHAkUCg Xak2IYrRizat6JUPGYMf2AgG+Vk7K826zpOZe3Qqoo2fX4NE0mOKBDWP1mkOw41P5GDm Cv4UrUSiXZl0Wm1dI0D9zXbYcSF636ye3SMU17LoNmeT8TFIKGFaaLyVFvw4nZJ8LZ9O WeGlNXAIWCLSS2pjd8rGCKYLtrDY8hbAG7NM/sYCmprju0JoibZpBhj16Ues2ZQHCjUL fzo55qJZqXH10i9Lco3Hesx5dQv9NTY+up4QIGTv9GAypzhaL2FODay5x31uASvku/GZ etlA== X-Gm-Message-State: ANoB5pnFj1M8vSsXvBCaKcTCe09eKY1GFLk/n8ZnkZbTGJjx0bPH8Lca GAEDePYOKJlfVko1K4bb+crVC+uGiwwy6w== X-Google-Smtp-Source: AA0mqf5KtiL7p1O2DyR56XQiZdVX0Dj4FyeMdko46IHooAQ67K/rZKcDiVT5Z2i5wdArm7AkctM3MA== X-Received: by 2002:a05:620a:c02:b0:6ec:54d6:ea87 with SMTP id l2-20020a05620a0c0200b006ec54d6ea87mr12682173qki.245.1668951295527; Sun, 20 Nov 2022 05:34:55 -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 m21-20020a05620a24d500b006ce0733caebsm6487740qkn.14.2022.11.20.05.34.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 05:34:55 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 088/241] global: Migrate CONFIG_L1_INIT_RAM to CFG Date: Sun, 20 Nov 2022 08:31:19 -0500 Message-Id: <20221120133352.3055600-89-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221120133352.3055600-1-trini@konsulko.com> References: <20221119234545.404563-38-trini@konsulko.com> <20221120133352.3055600-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/P2041RDB.h | 2 +- include/configs/T102xRDB.h | 2 +- include/configs/T104xRDB.h | 2 +- include/configs/T208xQDS.h | 2 +- include/configs/T208xRDB.h | 2 +- include/configs/T4240RDB.h | 2 +- scripts/config_whitelist.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index f2179db6b9b4..0a6fcde3913d 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -133,7 +133,7 @@ #define CFG_SYS_FLASH_BANKS_LIST {CFG_SYS_FLASH_BASE_PHYS + 0x8000000} /* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM +#define CFG_L1_INIT_RAM #define CFG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */ #ifdef CONFIG_PHYS_64BIT #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 09087a70895d..36ae8394d5d6 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -271,7 +271,7 @@ #endif /* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM +#define CFG_L1_INIT_RAM #define CFG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */ #ifdef CONFIG_PHYS_64BIT #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 4b7b53094446..7a31e8bcdc0a 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -249,7 +249,7 @@ #endif /* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM +#define CFG_L1_INIT_RAM #define CFG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */ #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000 diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index c614a539b391..8e2566dd2175 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -247,7 +247,7 @@ #endif /* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM +#define CFG_L1_INIT_RAM #define CFG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */ #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000 diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 2da4f5a09b14..6a215557104f 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -212,7 +212,7 @@ #endif /* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM +#define CFG_L1_INIT_RAM #define CFG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */ #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000 diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index b8bfc52f07ae..bf0c3ac1318b 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -71,7 +71,7 @@ #define CFG_SYS_FLASH_BASE_PHYS (0xf00000000ull | CFG_SYS_FLASH_BASE) /* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM +#define CFG_L1_INIT_RAM #define CFG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */ #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index bd22cbb231b8..ca45b1eeb514 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -96,7 +96,7 @@ CFG_KSNET_NETCP_V1_5 CFG_KSNET_SERDES_LANES_PER_SGMII CFG_KSNET_SERDES_SGMII2_BASE CFG_KSNET_SERDES_SGMII_BASE -CONFIG_L1_INIT_RAM +CFG_L1_INIT_RAM CONFIG_L2_CACHE CONFIG_LEGACY_BOOTCMD_ENV CONFIG_LOWPOWER_ADDR -- 2.25.1