From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 3 Jul 2016 17:18:14 -0600 Subject: [U-Boot] [PATCH 4/9] mx7: set soc environment according to exact SoC type In-Reply-To: <20160703193354.25900-5-stefan@agner.ch> References: <20160703193354.25900-1-stefan@agner.ch> <20160703193354.25900-5-stefan@agner.ch> 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 3 July 2016 at 13:33, Stefan Agner wrote: > From: Stefan Agner > > This can be useful if the same U-Boot binary is used for boards > available with a i.MX 7Solo and i.MX 7Dual. > > Signed-off-by: Stefan Agner > --- > > arch/arm/cpu/armv7/mx7/soc.c | 12 ++++++++++++ > include/configs/mx7_common.h | 2 ++ > 2 files changed, 14 insertions(+) Reviewed-by: Simon Glass