From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 26 Oct 2015 10:43:47 +0100 Subject: [U-Boot] [PATCH 1/3] arm: mvebu: a38x: Remove unsupported topologies In-Reply-To: <1445622787-18995-2-git-send-email-kevin.smith@elecsyscorp.com> References: <1445622787-18995-1-git-send-email-kevin.smith@elecsyscorp.com> <1445622787-18995-2-git-send-email-kevin.smith@elecsyscorp.com> Message-ID: <562DF5D3.2050805@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23.10.2015 19:53, Kevin Smith wrote: > A lot of extra configuration information was left over in the > Marvell serdes and DDR3 initialization code for boards that > U-boot does not support. Remove this extra config information, > and the concept of fixing up board topologies with information > loaded from an EEPROM. If this needs to be done, it should be > handled in the board file, not in core code. > > Signed-off-by: Kevin Smith > Cc: Stefan Roese > Cc: Dirk Eibach > Cc: Luka Perkov Thanks Kevin for working on this. For all 3 patches: Acked-by: Stefan Roese Thanks, Stefan