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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD7FBC433F5 for ; Thu, 14 Oct 2021 18:23:38 +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 0274161037 for ; Thu, 14 Oct 2021 18:23:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0274161037 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org 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 3C78A837C9; Thu, 14 Oct 2021 20:23:36 +0200 (CEST) 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="oBvVmRg1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C90E6837A5; Thu, 14 Oct 2021 20:23:22 +0200 (CEST) Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) (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 75C55837AF for ; Thu, 14 Oct 2021 20:23:07 +0200 (CEST) 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-xd32.google.com with SMTP id p68so4871836iof.6 for ; Thu, 14 Oct 2021 11:23:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lYEhUIn+skX5YzUffE8J8x5cUDhkXH7vdPpkaHlTSOw=; b=oBvVmRg1U/MefBaaFYgVwZmNyCFl1JL3wZKyuJKOCQ/AwlNxR6zp9+3EOxMac8VjGB Y/R/0UQd/YCNZAbHGBAZkcdHDXmRvaEEmCbKWji0dGz57twtrAulPfBs6TjEzxlrQSls RVdC8+3tlSGkkBRPd0yltOxs0ZyH5m4KJN+1s= 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=lYEhUIn+skX5YzUffE8J8x5cUDhkXH7vdPpkaHlTSOw=; b=y0O14h9TGg80vep1ITRYE89V00RJTZaYJNY/KCZVRXeB377V+2zhTs+n5AJZxr38nc P9AadyIAsYTndCns7zUj1hnL2Lixt6gdiB7lS9WxEuj02WVbWs1fnrdbs37VeGgxm81k s51kPoAfQooUdm99s+a/mLbE/pNHNKaz5QhdudC2VUk9Xt711LypPWjUexdrId/JQr+p RoM4XT93q30hzk0+1JoCUuWlLyOzrHOTFMRCN837Br0ryDoFu/mCP3Ew4rtDbOWHftkg /5vKuY9Nx1sVz3s9RvitD8QgjIbCtfmQeo66VeWPp+JYmfMjxV+hiGIFZbE43yKcfE1D Dmsw== X-Gm-Message-State: AOAM532UssRH4jbqud6As/65CcwIZ1LG5WuY1BDJa00yziaZxtnLEKU5 mphstFYqG5K2uSJp8RCLqsRDhznCSgmdPQ== X-Google-Smtp-Source: ABdhPJwAb2QcnBBYOzocMLVkx61NKq8J67vzVBWj0lYbDGLeo9Y9w3W07N5DPj/p+yUUhQlfgBB54Q== X-Received: by 2002:a05:6638:148b:: with SMTP id j11mr5320980jak.79.1634235785362; Thu, 14 Oct 2021 11:23:05 -0700 (PDT) Received: from kiwi.bld.corp.google.com (c-67-190-101-114.hsd1.co.comcast.net. [67.190.101.114]) by smtp.gmail.com with ESMTPSA id h26sm1717536ila.4.2021.10.14.11.23.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 11:23:05 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Heinrich Schuchardt , Tom Rini , Wolfgang Denk , Simon Glass Subject: [PATCH v6 2/7] sandbox: Drop distro_boot Date: Thu, 14 Oct 2021 12:22:52 -0600 Message-Id: <20211014182257.468649-3-sjg@chromium.org> X-Mailer: git-send-email 2.33.0.1079.g6e70778dc9-goog In-Reply-To: <20211014182257.468649-1-sjg@chromium.org> References: <20211014182257.468649-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 This is a complicated set of #defines and it is painful to convert to a text file. We can (once pending patches are applied) provide the same functionality with bootmethod. Drop this for sandbox to allow conversion to a text-file environment. Signed-off-by: Simon Glass --- (no changes since v1) include/configs/sandbox.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 24c9a84fa35..c19232f202f 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -49,16 +49,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -#define BOOT_TARGET_DEVICES(func) \ - func(HOST, host, 1) \ - func(HOST, host, 0) - -#ifdef __ASSEMBLY__ -#define BOOTENV -#else -#include -#endif - #define CONFIG_KEEP_SERVERADDR #define CONFIG_UDP_CHECKSUM #define CONFIG_TIMESTAMP @@ -103,7 +93,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ SANDBOX_SERIAL_SETTINGS \ SANDBOX_ETH_SETTINGS \ - BOOTENV \ MEM_LAYOUT_ENV_SETTINGS #ifndef CONFIG_SPL_BUILD -- 2.33.0.1079.g6e70778dc9-goog