From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ley Foon Tan Date: Fri, 17 Feb 2017 18:20:58 +0800 Subject: [U-Boot] [PATCH v4 11/28] arm: socfpga: wrap system manager functions for A5/C5 devices In-Reply-To: References: <1484025641-5412-1-git-send-email-tien.fong.chee@intel.com> <1484025641-5412-12-git-send-email-tien.fong.chee@intel.com> 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 On Mon, Jan 23, 2017 at 11:53 AM, Marek Vasut wrote: > On 01/10/2017 06:20 AM, Chee Tien Fong wrote: >> From: Tien Fong Chee >> >> The system manager on Arria10 is not used for pin muxing duties, so wrap >> these functions for GEN5 devices only. >> >> Signed-off-by: Dinh Nguyen >> Signed-off-by: Tien Fong Chee >> Cc: Marek Vasut >> Cc: Dinh Nguyen >> Cc: Chin Liang See >> Cc: Tien Fong >> --- >> arch/arm/mach-socfpga/system_manager.c | 2 ++ > > Use Makefile condition to exclude this from being compiled altogether. > > btw I wonder how you can add the Arria10 SoCDK support first and only > then add infrastructure like this. Please reorder the patches so that > the groundwork is in place before you add the actual device support. Yes, I will restructure this section. Regards Ley Foon