From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Thu, 28 Mar 2019 17:31:45 +0800 Subject: [U-Boot] [PATCH 3/3] rockchip: correct ARCH_SOC name In-Reply-To: <09B44A88-1CB0-4D5B-8614-1A347D56F6D1@theobroma-systems.com> References: <20190328030124.29826-1-kever.yang@rock-chips.com> <20190328030124.29826-4-kever.yang@rock-chips.com> <09B44A88-1CB0-4D5B-8614-1A347D56F6D1@theobroma-systems.com> Message-ID: <1a6ab3a4-7c9d-a2bb-be0d-3a2f3f79624a@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Philipp, On 03/28/2019 03:02 PM, Philipp Tomsich wrote: > >> 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? This soc name will use to mach rk3...dtsi in source code, and all the dtsi files are using lower-case. Thanks, - Kever > > Thanks, > Phil.