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 X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A752C433EF for ; Mon, 13 Sep 2021 00:32:49 +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 6DD0860FBF for ; Mon, 13 Sep 2021 00:32:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6DD0860FBF 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 5E296839A8; Mon, 13 Sep 2021 02:32:45 +0200 (CEST) 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 AA83683987; Mon, 13 Sep 2021 02:32:42 +0200 (CEST) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) (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 8351B8397D for ; Mon, 13 Sep 2021 02:32:39 +0200 (CEST) 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-qv1-f47.google.com with SMTP id u4so5088850qvb.6 for ; Sun, 12 Sep 2021 17:32:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=BYf4nZ0IE2IIrtS/yLTa4zbYtKtmlb1FS5Qp2C4Xy9E=; b=uS1jWLFnB1TYPhRXkfxZ1oR80gZtwmAMpWI6IZo1GhD/uN+xF++g4C4A3BZ4Kr3NKO qx8rhnwl6ytgGiRVfr6EkGVqy35i6YPc2XYbWeYRtCH45AQrUuVav/lUpGzpI1iIn0fn h6jpvkGbNMxoZwH7LInypn0FhSbfdfq2PQbSDqqHIr0mM/XofHqvgavujSKabRWxq9uF ksq58HkdOE0VDI8InkalC6fE+fgFNUW5wkMHfA5wrqw/VekU0+2/G7hpbwPs+wjzLl2j UddA2w/sbrt6j1lfLcmCVveqHKois5b+QRcdgimEzcQVzyuHnr79WxP62/igKD1c9pOu y0Iw== X-Gm-Message-State: AOAM5335wg71qRkHEg9QaIyhrqMHA0XIPPmxooxpsEa+6xpaClrXIyUA T1Xuk4Cl3B8yK6eDfV1KOetCo1y6lw== X-Google-Smtp-Source: ABdhPJw8d71GSSmJueYFi/Mqe1UYT9TefkA6uFG7jMxqq8KmtJ2w4TADR7WbARWbR4sFad2UIMZvOQ== X-Received: by 2002:a05:6214:c87:: with SMTP id r7mr8331407qvr.2.1631493157978; Sun, 12 Sep 2021 17:32:37 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-0166-c2e8-bb10-efce.res6.spectrum.com. [2603:6081:7b01:cbda:166:c2e8:bb10:efce]) by smtp.gmail.com with ESMTPSA id x27sm3300211qtm.23.2021.09.12.17.32.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Sep 2021 17:32:37 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Cc: Sjoerd Simons , Govindaraji Sivanantham , Hiremath Gireesh Subject: [PATCH 01/17] am335x_guardian: Enable SPL_OF_CONTROL Date: Sun, 12 Sep 2021 20:32:17 -0400 Message-Id: <20210913003233.4125-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 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 To make the USB options enabled in SPL easier to configure, make use of SPL_OF_CONTROL, to mirror full U-Boot. Cc: Sjoerd Simons Cc: Govindaraji Sivanantham Cc: Hiremath Gireesh Signed-off-by: Tom Rini --- configs/am335x_guardian_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig index fe8ddf61e64e..513724c090c8 100644 --- a/configs/am335x_guardian_defconfig +++ b/configs/am335x_guardian_defconfig @@ -60,6 +60,7 @@ CONFIG_CMD_UBI=y # CONFIG_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_OF_CONTROL=y +CONFIG_SPL_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y -- 2.17.1