From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 17 Oct 2016 22:21:12 +0700 Subject: [U-Boot] [PATCH v3 07/12] arm: socfpga: sysmgr: Disable System Manager for Stratix 10 In-Reply-To: <3e9b7e79-5eeb-6a78-6475-83c42a378ab2@denx.de> References: <1476347589-5578-1-git-send-email-clsee@altera.com> <1476347589-5578-8-git-send-email-clsee@altera.com> <3e9b7e79-5eeb-6a78-6475-83c42a378ab2@denx.de> Message-ID: <1476717672.4286.11.camel@altera.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 Min, 2016-10-16 at 17:38 +0200, Marek Vasut wrote: > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > Disable the System Manager for Stratix 10 SoC as we are not > > using this for SOCVP > So I wonder, shouldn't we introduce some bool Kconfig entry, > something > like CONFIG_SOCFPGA_HAS_SYSTEMMANAGER and then make each target (AV, > CV, > S10, S10SoCVP...) select whether it has it or not ? I think this > might > make things a bit cleaner. This sound a good idea. Let's do this then. Thanks Chin Liang [..]