From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 25 Mar 2017 20:42:36 -0600 Subject: [U-Boot] [PATCH 3/8] rockchip: rk3188: Cleanup some SPL/TPL rename leftovers In-Reply-To: References: <20170320114036.21475-1-heiko@sntech.de> <20170320114036.21475-4-heiko@sntech.de> 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 23 March 2017 at 21:27, Simon Glass wrote: > On 20 March 2017 at 05:40, Heiko Stuebner wrote: >> In the beginning, we did SPL -> TPL -> U-Boot, but after clarification >> of the real ordering swapped SPL and TPL. >> It seems some renames were forgotten and may confuse future readers, so >> also swap these to reflect the actual ordering. >> >> Signed-off-by: Heiko Stuebner >> --- >> arch/arm/mach-rockchip/rk3188-board-tpl.c | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > > Acked-by: Simon Glass Applied to u-boot-rockchip, thanks!