From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 06 Aug 2017 19:18:10 +0200 Subject: [U-Boot] [U-Boot, v4, 25/66] rockchip: rk3368: improve Kconfig text for the RK3368 In-Reply-To: <1501706105-7490-26-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-26-git-send-email-philipp.tomsich@theobroma-systems.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 RK3368 option in Kconfig referred to the RK3328 (copy-and-paste) > and had a few typos and unnecessarily used UTF-8 characters. While > fixing this, I also reformatted and further clarified the text > (e.g. made the grouping into a a big and little cluster of 4 cores > each explicit). > > Signed-off-by: Philipp Tomsich > > Reviewed-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/arm/mach-rockchip/Kconfig | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) > Applied to u-boot-rockchip, thanks!