From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iain Paton Date: Sat, 28 Mar 2015 10:24:14 +0000 Subject: [U-Boot] [PATCH 2/3] sunxi: promote CONFIG_CLK_FULL_SPEED to be selectable through Kconfig In-Reply-To: <551561CD.1060501@redhat.com> References: <5514A05C.7050209@gmail.com> <551561CD.1060501@redhat.com> Message-ID: <5516814E.3000602@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27/03/15 13:57, Hans de Goede wrote: > Hi, > > On 27-03-15 01:12, Iain Paton wrote: >> in order to allow for this to be set differently per board, remove the >> define from the associated soc headers and allow the user to choose a >> value through a Kconfig setting >> >> Signed-off-by: Iain Paton > > Thanks, but if we're going to do this, then can you please rename > CLK_FULL_SPEED to SYS_CLK_FREQ, as that is already defined in > > ./Kconfig Sure thing, I'd missed that there was already a suitable variable. Updated version on the way. Rgds, Iain