[U-Boot] [PATCH v6 01/14] cmd: cpu: fix NULL cpu feature prints

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Apr 30 18:31:04 UTC 2017



Am 25.04.2017 um 00:39 schrieb Álvaro Fernández Rojas:
> 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 <noltari at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
>  v6: No changes.
>  v5: No changes.
>  v4: No changes.
>  v3: No changes.
>  v2: Introduce changes suggested by Daniel Schwierzeck:
>   - Add the missing name instead of checking for null names.
> 
>  cmd/cpu.c | 1 +
>  1 file changed, 1 insertion(+)
> 

applied to u-boot-mips/next, thanks!

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170430/92350a45/attachment.sig>


More information about the U-Boot mailing list