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 800B0C4332F for ; Wed, 21 Dec 2022 23:09:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 72C4B85439; Thu, 22 Dec 2022 00:08:14 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="Iv3X7vPs"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 002F2851EF; Thu, 22 Dec 2022 00:07:51 +0100 (CET) Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) (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 1162585346 for ; Thu, 22 Dec 2022 00:07:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-io1-xd33.google.com with SMTP id b192so177728iof.8 for ; Wed, 21 Dec 2022 15:07:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=TylYXQOO496VApCG6C53PO1flz1AzvXccgOQ1+bOsk4=; b=Iv3X7vPs80cTs3ObQG7vcX+GaQjnIWpkxh1+f4gCeRldmyfux7yMnkt6FIOaoN5oGB XZM+Hj53OJjQLCYxSjJCEionHrhSeLrnVn+biCRuoDrwVX6zdEa9zMyHSna4mTfoGsuw Ng9WlQHP2/pZYvf1oi/Eq8i79TelZNwbl29i0= 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:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=TylYXQOO496VApCG6C53PO1flz1AzvXccgOQ1+bOsk4=; b=0rDoMUNRgwjSguOvAptPxVNqvkClutJU6tStc4XeFo3HHcWi6gDk0+PE3pJkTqPvjl 1w6b+6xRwTAOTH9J9MjIXXti5g2bfIOvo2KuQr95rIsirdeX+dTJA75/xe/0iqwN5eNa vkU9eQUkxTF6VaLLbjUIo5jqrdTWCp60xlbotx1hjkgqYVVfkgWt6kJnO6HRb5GC2+wi 575cyzOrE5L/qP/6BCFARkCQpcSp99lq3fgC8dNART9FNEi70xAEcguaY75Oi/lEoDr7 pGJPJzNukrFOIGu4NPlmI/O/bxbtz1+txyTUSXx3iYgLUfXNQhoGjjdYVdBFF997/6Hu nURw== X-Gm-Message-State: AFqh2kqWxux18n6PnqDPeFWnQr7vAdtbSetJ5mPG9fgIbKiK2Pg2fVL6 7x2JcCqkeU/1BpFsjadxS3vM7BOU1CQMGuRH X-Google-Smtp-Source: AMrXdXuRvIpBjyNqj98gppFT7FwchSr53jdxI/EA9LwxoTbmUil0574lEQtP7b0FJbMwGpI3sL0r9w== X-Received: by 2002:a5d:8414:0:b0:6e2:d84f:8905 with SMTP id i20-20020a5d8414000000b006e2d84f8905mr2081008ion.7.1671664064603; Wed, 21 Dec 2022 15:07:44 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-67-190-102-125.hsd1.co.comcast.net. [67.190.102.125]) by smtp.gmail.com with ESMTPSA id c2-20020a5ea802000000b006a175fe334dsm6499433ioa.1.2022.12.21.15.07.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Dec 2022 15:07:44 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , huang lin , Jeffy Chen , Simon Glass , Kever Yang , Philipp Tomsich , Ivan Mikhaylov , Quentin Schulz , Roger Quadros , Philippe Reynes , Alper Nebi Yasak , Jerome Forissier , Peter Geis Subject: [PATCH v8 08/13] rockchip: evb-rk3288: Drop raw-image support Date: Wed, 21 Dec 2022 16:07:21 -0700 Message-Id: <20221221230726.638740-9-sjg@chromium.org> X-Mailer: git-send-email 2.39.0.314.g84b9a713c41-goog In-Reply-To: <20221221230726.638740-1-sjg@chromium.org> References: <20221221230726.638740-1-sjg@chromium.org> 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 This boards uses SPL_FIT so does not need to support loading a raw image. Drop it to avoid binman trying to insert a symbol which has no value. Signed-off-by: Simon Glass --- (no changes since v1) configs/evb-rk3288_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/evb-rk3288_defconfig b/configs/evb-rk3288_defconfig index 8f8d34c7038..6d3bb5a2944 100644 --- a/configs/evb-rk3288_defconfig +++ b/configs/evb-rk3288_defconfig @@ -29,6 +29,7 @@ CONFIG_SILENT_CONSOLE=y CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_PAD_TO=0x7f8000 CONFIG_SPL_NO_BSS_LIMIT=y +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set CONFIG_SPL_STACK=0xff718000 CONFIG_SPL_STACK_R=y -- 2.39.0.314.g84b9a713c41-goog