From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Wed, 01 May 2019 15:06:17 +0200 Subject: [U-Boot] [PATCH 1/3] rockchip: arm: use 'arch-rockchip' for common header In-Reply-To: <20190328030124.29826-2-kever.yang@rock-chips.com> References: <20190328030124.29826-2-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 > rockchip platform header file is in 'arch-rockchip' > instead of arch-$(SOC) for all SoCs. > > Signed-off-by: Kever Yang > Reviewed-by: Philipp Tomsich > --- > > arch/arm/cpu/armv8/start.S | 4 ++++ > arch/arm/include/asm/gpio.h | 2 +- > arch/arm/lib/vectors.S | 5 ++++- > 3 files changed, 9 insertions(+), 2 deletions(-) > Applied to u-boot-rockchip, thanks!