From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Thu, 28 Mar 2019 08:02:19 +0100 Subject: [U-Boot] [PATCH 3/3] rockchip: correct ARCH_SOC name In-Reply-To: <20190328030124.29826-4-kever.yang@rock-chips.com> References: <20190328030124.29826-1-kever.yang@rock-chips.com> <20190328030124.29826-4-kever.yang@rock-chips.com> Message-ID: <09B44A88-1CB0-4D5B-8614-1A347D56F6D1@theobroma-systems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de > On 28.03.2019, at 04:01, Kever Yang wrote: > > The ARCH_SOC name default as 'rockchip' and we put all the > header file in 'arch/arm/include/asm/arch-rockchip/', but > the 'rockchip' is not the SOC name, let's correct it after > we update all the source file. > > Signed-off-by: Kever Yang Reviewed-by: Philipp Tomsiich Just a style question: most of the documentation refers to the chips as RK3… while this has them as rk3… (i.e. the differenc eis whether the RK is lower- or upper-case); is this difference intentional? Thanks, Phil.