From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Date: Sun, 6 May 2018 00:56:17 +0300 Subject: [U-Boot] [PATCH 3/3] ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRING In-Reply-To: <20180502095741.7266-3-marek.vasut+renesas@gmail.com> References: <20180502095741.7266-1-marek.vasut+renesas@gmail.com> <20180502095741.7266-3-marek.vasut+renesas@gmail.com> Message-ID: <20180506005617.135d1617@duuni> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2 May 2018 11:57:41 +0200 Marek Vasut wrote: > Pull the symbol from the boards and zap struct rmobile_sysinfo as they > are rather useless. The entire purpose of that whole machinery was to > print board name in the CONFIG_ARCH_RMOBILE_BOARD_STRING. Do that in a > far simpler and more contained manner. > Note that if your SoC/board supports DT, common/board_info.c comes with a common implementation for printing out the "model" property from DT, allowing further zapping of such code.