From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Fri, 29 Sep 2017 18:44:42 +0200 Subject: [U-Boot] [U-Boot, v2, 2/5] armv7: rk3288: Move configure_l2ctlr to common In-Reply-To: <1506533594-9741-3-git-send-email-chakra.divi@openedev.com> References: <1506533594-9741-3-git-send-email-chakra.divi@openedev.com> 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 > From: Jagan Teki > > configure_l2ctlr will be shared between SPL and TPL so > move them into asm/arch/sys_proto.h > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > Changes for v2: > - New patch > > arch/arm/include/asm/arch-rockchip/sys_proto.h | 23 +++++++++++++++++++++++ > arch/arm/mach-rockchip/rk3288-board-spl.c | 21 +-------------------- > 2 files changed, 24 insertions(+), 20 deletions(-) > Applied to u-boot-rockchip, thanks!