From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 17 Jan 2015 22:34:01 +0000 Subject: [U-Boot] [PATCH 02/12] sunxi: Rename cpu.h to cpu_sun4i.h In-Reply-To: <1421333554-29822-3-git-send-email-hdegoede@redhat.com> References: <1421333554-29822-1-git-send-email-hdegoede@redhat.com> <1421333554-29822-3-git-send-email-hdegoede@redhat.com> Message-ID: <1421534041.13341.5.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: > sun4i - sun8i have (aprox.) the same iomem layout, but sun9i is quite > different, so add a wrapper cpu.h which includes the right mach specific > cpu_sun#i.h based on mach, like we already do with clock.h and dram.h . > > Note for reviewers, cpu.h is effectively renamed tp cpu_sun4i.h by this > commit, the only change is the #ifndef ... #endif guard around the file. Using -M with git formate-patch/send-email really helps with this sort of thing (I've no idea why it's not the default...) > Signed-off-by: Hans de Goede Acked-by: Ian Campbell