From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 24 May 2016 13:19:58 +0200 Subject: [U-Boot] [PATCH] ARM: zynq: Simplify zynq configuration In-Reply-To: References: Message-ID: <574438DE.8090403@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24.5.2016 13:15, Masahiro Yamada wrote: > Hi Michal > > 2016-05-20 22:54 GMT+09:00 Michal Simek : >> Extending Kconfig for adding new platform is a lot of work >> for nothing. Setting SYS_CONFIG_NAME directly in Kconfig and >> remove all dependencies on TARGET_ZYNQ_* options including SPL. >> As a side-effect it also remove custom init folder for ps7_init_gpl.* >> files. Folder is choosed based on device-tree file. > > Just comment: > > CONFIG_SYS_CONFIG_NAME would be deprecated in a very very long run > if we could completely switch to Kconfig and delete board config headers, > but it might be a pipe dream. So, I am fine with this change. That's my goal too. There could be others board come and I want to do changes as small as possible. > > Nit: > > s/choosed/chosen/ will fix. Thanks, Michal