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 EAA37C433EF for ; Sun, 29 May 2022 16:58:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AFB68843D1; Sun, 29 May 2022 18:57:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (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 30DF28429D; Sun, 29 May 2022 18:56:38 +0200 (CEST) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) (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 E32A484211 for ; Sun, 29 May 2022 18:55:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (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-f170.google.com with SMTP id l82so9186105qke.3 for ; Sun, 29 May 2022 09:55:43 -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:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5MatZW6tG5v7BS2RkRE0YHf7reGl8o8sfyBj6gi7HH0=; b=i5NTJf0T7+4znF+8HweooA+AldKMO7kMz5ViKIONrMhkT9gZCY26dd8jRsJnFHzcby ot63zuNYKMc/rXeeJubcLmy9XhY5q1w8zBqUCbUdZXq0Xgc0DY5/lYTPUo2v7Pd+nUUx Hj+MZg/ih9CigqPAPb2aBHl+1winkTUUxypFdbrjB82+7XO3uzxOyYnxrHiGZXB/5ZJS 09VohK9qzbXa53fHbUwec7j67cIBOGhYod+qiInJMKNYeg9gLU/UVIN19Nv2tBbZPnmm SGrfl9lcrPz8BTQ/HZXOXtpv2U8/XGsxX2w5jC7GzQYT/s+0ssPWp/tU9OU+Ar+3KwJO MrRw== X-Gm-Message-State: AOAM530YvFwBZIHX1YjvUqYLxGV2GT0dku50Vo2bVno6XHbk3rE4SIIm fDxgF+Jvo9h+8DuPfXZwRLXjVC0TsA== X-Google-Smtp-Source: ABdhPJwGX0HMm1UjARdZpFLV2uNJVH5i1DUWsa3yQMuISOpYXJ7KMKfU36XT/v4GYtNroD87QOFODw== X-Received: by 2002:a05:620a:22a7:b0:6a5:823d:652d with SMTP id p7-20020a05620a22a700b006a5823d652dmr18008888qkh.127.1653843341618; Sun, 29 May 2022 09:55:41 -0700 (PDT) Received: from localhost.localdomain (2603-6081-7b00-25fd-0000-0000-0000-1003.res6.spectrum.com. [2603:6081:7b00:25fd::1003]) by smtp.gmail.com with ESMTPSA id o15-20020ac841cf000000b002f90517bc25sm6130409qtm.41.2022.05.29.09.55.41 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 May 2022 09:55:41 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 20/20] riotboard, syzygy_hub: Disable SPL_FALCON_BOOT_MMCSD Date: Sun, 29 May 2022 12:55:21 -0400 Message-Id: <20220529165521.912054-20-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220529165521.912054-1-trini@konsulko.com> References: <20220529165521.912054-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.5 at phobos.denx.de X-Virus-Status: Clean Looking at the git history and values used for the raw kernel/args location, it's clear these platforms only ever did Falcon Mode via filesystem images and not raw MMC/SD locations. Disable CONFIG_SPL_FALCON_BOOT_MMCSD. Signed-off-by: Tom Rini --- configs/riotboard_defconfig | 2 -- configs/syzygy_hub_defconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 924254cbb978..a2ef6187f827 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -34,8 +34,6 @@ CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot-dtb.img" CONFIG_SPL_FS_LOAD_ARGS_NAME="imx6dl-riotboard.dtb" CONFIG_SPL_OS_BOOT=y CONFIG_SYS_SPL_ARGS_ADDR=0x13000000 -CONFIG_SPL_FALCON_BOOT_MMCSD=y -CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x0 CONFIG_SYS_MAXARGS=32 CONFIG_SYS_PBSIZE=532 CONFIG_CMD_GPIO=y diff --git a/configs/syzygy_hub_defconfig b/configs/syzygy_hub_defconfig index d632cb86a258..31a550031dae 100644 --- a/configs/syzygy_hub_defconfig +++ b/configs/syzygy_hub_defconfig @@ -37,8 +37,6 @@ CONFIG_SYS_SPL_MALLOC_SIZE=0x2000000 CONFIG_SPL_FS_LOAD_ARGS_NAME="system.dtb" CONFIG_SPL_OS_BOOT=y CONFIG_SYS_SPL_ARGS_ADDR=0x10000000 -CONFIG_SPL_FALCON_BOOT_MMCSD=y -CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x0 CONFIG_SYS_MAXARGS=32 CONFIG_SYS_PBSIZE=2071 CONFIG_CMD_FPGA_LOADBP=y -- 2.25.1