From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelo Dureghello Date: Tue, 17 Mar 2015 07:55:57 +0100 Subject: [U-Boot] [PATCH v2 3/7] m68k: remove arch/m68k/lib/board.c In-Reply-To: <1426563315-31414-4-git-send-email-yamada.masahiro@socionext.com> References: <1426563315-31414-1-git-send-email-yamada.masahiro@socionext.com> <1426563315-31414-4-git-send-email-yamada.masahiro@socionext.com> Message-ID: <5507CFFD.7060405@sysam.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 17/03/2015 04:35, Masahiro Yamada wrote: > All the M68000 boards have switched to Generic Board. > This file is no longer necessary. > Hi Masahiro, thanks. Afaik, me and Alison converted and tested actually only 2 boards (adding #define CONFIG_SYS_GENERIC_BOARD inside /include/configs/...) Is this a problem ? Afaik, the user going to build the board will get a warning that he needs to switch to generic board. So the same user will be the tester that all works. Correct ? Best regards, Angelo