From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Thu, 27 Aug 2015 09:39:47 +0800 Subject: [U-Boot] [PATCH] arm: imx: imx-common: init: move arch init common setup In-Reply-To: <1440631663-15353-2-git-send-email-aalonso@freescale.com> References: <1440631663-15353-1-git-send-email-aalonso@freescale.com> <1440631663-15353-2-git-send-email-aalonso@freescale.com> Message-ID: <20150827013946.GB25841@shlinux2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Adrian, Since this is only for mx6, why move the code to imx-common? " > ifeq ($(SOC),$(filter $(SOC),mx6)) >-obj-y += cache.o >+obj-y += cache.o init.o " Also many pieces of code are only for imx6, imx7 do not need them for now, such as the ldo ramp part. I think basic imx7 support do not need such a big change, if we do need to consolidate code for common usage, we can do this when we need to add more stuff. [.....] Regards, Peng. --