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 CF550C0015E for ; Tue, 1 Aug 2023 13:00:07 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C80AC86C1C; Tue, 1 Aug 2023 15:00:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894806; bh=TwQgY90RS4gg3h/I6QzWZtnJb3Hvayb5gHY2EW5vNtY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=orxT4EfVQ6wpJ8xxk61JZRHxwJ4YMRWOgqOP1GKoQvEYlTUGlzEYtKBqT0Y7Tkba/ Uiw0S6/+8yc7rMpQJeut+F7M6+XbksRsUyKXUk1bK74tm3seu4054tHBcKXAzJ4MRr dBr9zCq09BMZ7l12w374FPxx92dPD0R/q+foqEm1rG0gQU1RUWQ81SXT0+ohuipQqA 7JuC1X/cIq52GJNL4IwcwdapHqDMsAJcG8Vb65CiC/orexD1WGlB2KyDn8B52EkI3G NAgKf53k2a9zgulfeHpU4RZeO6yu3X29stKx1sly/WpF5GArmMMCWmBWe9x+rQJ3Hg qzyR90bNP1mmw== Received: from crub (pd95f1a1c.dip0.t-ipconnect.de [217.95.26.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 3986586ABF; Tue, 1 Aug 2023 15:00:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894804; bh=TwQgY90RS4gg3h/I6QzWZtnJb3Hvayb5gHY2EW5vNtY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=atckfe9v2pi+NDcz0cX8XJejnF/bFzktF1pgy5eUqYpYOIUai/QUm7d6iyXUbm8cE g1QIWAQXuYZXAJTz6l8tq7m8oRw3IqLjbYOIALqV39d2cLfEQfC3L2kxncJk+cRz05 u7xgTy2h0+P9PzK2jZL6tlRGHXErhe6oxxTfIb6T4f5wkleebi1PcG3ZXUI4J2QkOk d7jMwghs3BL0yBh2gSGSCx04GyUDTd+kqRHRqW1SMtPY6ZumPFQebtAPCGgik42gRB fouUNITkmvIMmNpSKbnA39oTYT/C9nNpv5ibObbTK2Rj4pYVVIDw8RCROEE1jKtgKT EfuXkbnVH/rvA== Date: Tue, 1 Aug 2023 15:00:03 +0200 From: Anatolij Gustschin To: Bin Meng Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH 05/18] video: bochs: Remove the x86 dependency Message-ID: <20230801150003.2306fe0b@crub> In-Reply-To: <20230723044041.1089804-6-bmeng@tinylab.org> References: <20230723044041.1089804-1-bmeng@tinylab.org> <20230723044041.1089804-6-bmeng@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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.8 at phobos.denx.de X-Virus-Status: Clean On Sun, 23 Jul 2023 12:40:28 +0800 Bin Meng bmeng@tinylab.org wrote: > Now that the driver is legacy free, remove the x86 dependency so > that it can be used on non-x86 architectures. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 1 - > 1 file changed, 1 deletion(-) applied to u-boot-video/master, thanks! -- Anatolij