From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bhuvanchandra DV Date: Thu, 17 Mar 2016 20:36:23 +0530 Subject: [U-Boot] [PATCH 0/3] Fix multipe typos "choosen" instead of "chosen" in dts/code In-Reply-To: <1458225887-16859-1-git-send-email-alexander.merkle@lauterbach.com> References: <1458225887-16859-1-git-send-email-alexander.merkle@lauterbach.com> Message-ID: <56EAC7EF.6000306@toradex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/17/2016 08:14 PM, Alexander Merkle wrote: > > The dts files for NXP/Freescale Vybrid series were broken. > Fixed some other typos in comments & printfs to. I guess this is not typo the node name is 'chosen'. Some documentation is here[1]. [1] http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/chosen.txt > > > Alexander Merkle (3): > Fix typo in chosen parameter in vf610-twr.dts > Fix typo in chosen parameter of pcm052.dts > Fix typo choosen in comments and printf logs > > arch/arm/dts/pcm052.dts | 2 +- > arch/arm/dts/vf610-twr.dts | 2 +- > common/menu.c | 2 +- > drivers/ddr/fsl/lc_common_dimm_params.c | 4 ++-- > 4 files changed, 5 insertions(+), 5 deletions(-) > -- Best regards, Bhuvan