From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 01 Apr 2018 22:21:23 +0200 Subject: [U-Boot] [U-Boot, 01/36] rockchip: rk3288: move configure_l2ctlr back to rk3288 In-Reply-To: <1522142971-20739-2-git-send-email-kever.yang@rock-chips.com> References: <1522142971-20739-2-git-send-email-kever.yang@rock-chips.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 > The configure_l2ctlr() is used only by rk3288, do not need to > locate in sys_proto.h > > Signed-off-by: Kever Yang > --- > > arch/arm/include/asm/arch-rockchip/sys_proto.h | 22 ---------------------- > arch/arm/mach-rockchip/rk3288/rk3288.c | 26 +++++++++++++++++++++++++- > 2 files changed, 25 insertions(+), 23 deletions(-) > Acked-by: Philipp Tomsich