From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 10 Feb 2015 23:10:39 +0100 Subject: [U-Boot] [PATCH v2 05/10] ARM: remove devkit3250 board support In-Reply-To: <54DA80E9.6010004@mleia.com> References: <1423551635-16652-1-git-send-email-yamada.m@jp.panasonic.com> <1423551635-16652-6-git-send-email-yamada.m@jp.panasonic.com> <54DA80E9.6010004@mleia.com> Message-ID: <201502102310.39639.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, February 10, 2015 at 11:06:33 PM, Vladimir Zapolskiy wrote: > Hello Masahiro, > > On 10.02.2015 09:00, Masahiro Yamada wrote: > > This is still a non-generic board. > > > > Signed-off-by: Masahiro Yamada > > Cc: Vladimir Zapolskiy > > --- > > please excuse my ignorance, what do you call a generic board? > > I don't think that the current state of LPC3250 support impedes someone. Hi! Please see CONFIG_SYS_GENERIC_BOARD . The problem is we want to drop the architecture-specific init code and move to a generic one. If the board is not converted (should be a matter of defining the above and testing the board), then it will be dropped. This was decided after v2014.04 and there was one year to do the conversion during which the boards which were not converted did spit a message that they were not converted upon boot. Hope that helps Best regards, Marek Vasut