From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 20 Apr 2017 16:06:39 -0400 Subject: [U-Boot] [PATCH v3 01/15] cmd: cpu: fix NULL cpu feature prints In-Reply-To: <1492547924-32523-2-git-send-email-noltari@gmail.com> References: <1492293846-10640-1-git-send-email-noltari@gmail.com> <1492547924-32523-1-git-send-email-noltari@gmail.com> <1492547924-32523-2-git-send-email-noltari@gmail.com> Message-ID: <20170420200639.GX19487@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, Apr 18, 2017 at 10:38:30PM +0200, Álvaro Fernández Rojas wrote: > Commit 740d5d3 added two new features but only one feature name, > which results in NULL prints when device_id feature is selected. > > Before: > HG556a # cpu detail > -1: cpu at 0 BCM6358A1 > ID = 0, freq = 300 MHz: L1 cache, MMU, NULL > Device ID 0x2a010 > -1: cpu at 1 BCM6358A1 > ID = 1, freq = 300 MHz: L1 cache, MMU, NULL > Device ID 0x2a010 > After: > HG556a # cpu detail > -1: cpu at 0 BCM6358A1 > ID = 0, freq = 300 MHz: L1 cache, MMU, Device ID > Device ID 0x2a010 > -1: cpu at 1 BCM6358A1 > ID = 1, freq = 300 MHz: L1 cache, MMU, Device ID > Device ID 0x2a010 > > Signed-off-by: Álvaro Fernández Rojas > Reviewed-by: Simon Glass Reviewed-by: Tom Rini -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: