From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Mon, 20 Apr 2020 08:42:50 +0000 Subject: [PATCH 3/3] rmobile: rcar: removed used CONFIG_SYS_RCAR_I2C*_BASE In-Reply-To: References: <20200410163403.1.I3190d9b77167a808c65f44883fd1bc1c1d15218a@changeid> <20200410163403.3.I2f2c3584fe42d6c42910d2e7e40d236910365a89@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek, > From: Marek Vasut > Sent: vendredi 10 avril 2020 18:44 > > On 4/10/20 4:34 PM, Patrick Delaunay wrote: > > As this "CONFIG" are never used, CONFIG_SYS_RCAR_I2C*_BASE can be > > removed without effect and the file config_whitelist.txt is also > > clean-up. > > > > Signed-off-by: Patrick Delaunay > > --- > > > > arch/arm/mach-rmobile/include/mach/rcar-base.h | 6 ------ > > scripts/config_whitelist.txt | 4 ---- > > 2 files changed, 10 deletions(-) > > Update the README too, otherwise look good, thanks. Done in a separate patch as I clean all the CONFIG no more used in this driver [PATCH 2/3] README: remove references on no more used config CONFIG_SYS_RCAR_I2C* I didn't add you in CC for the serie, sorry. http://patchwork.ozlabs.org/project/uboot/list/?series=169619 Regards Patrick