Re: [U-Boot] [PATCH v2 1/2] arm: print the cache config option in hex instead of decimal

2016-10-29 Thread Tom Rini
On Sat, Oct 29, 2016 at 03:19:09PM +0530, Keerthy wrote: > Printing the option value in hex makes it more comprehensible. > > Signed-off-by: Keerthy Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v2 1/2] arm: print the cache config option in hex instead of decimal

2016-10-29 Thread Keerthy
Printing the option value in hex makes it more comprehensible. Signed-off-by: Keerthy --- arch/arm/lib/cache-cp15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/lib/cache-cp15.c b/arch/arm/lib/cache-cp15.c index 70e94f0..e9f9fc9 100644 ---