From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Date: Thu, 17 Sep 2020 19:40:34 +0200 Subject: [PATCH 1/4] treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLE In-Reply-To: <20200917065203.40607-1-a.heider@gmail.com> References: <20200917065203.40607-1-a.heider@gmail.com> Message-ID: <20200917174034.GA27843@kozik-lap> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Sep 17, 2020 at 08:52:00AM +0200, Andre Heider wrote: > These are all unused. > > Signed-off-by: Andre Heider > --- > This sets completely removes CONFIG_DEFAULT_CONSOLE from the tree. > Only compile time tested. > > include/configs/arndale.h | 2 -- > include/configs/espresso7420.h | 3 --- > include/configs/origen.h | 5 ----- > include/configs/peach-pi.h | 3 --- > include/configs/peach-pit.h | 3 --- > include/configs/smdk5250.h | 2 -- > include/configs/smdk5420.h | 5 ----- > include/configs/smdkv310.h | 2 -- > include/configs/snow.h | 2 -- > include/configs/spring.h | 2 -- > 10 files changed, 29 deletions(-) > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof