Re: [U-Boot] [PATCH 1/3] vsprintf: Support phys_addr_t specifier unconditionally

2019-04-01 Thread Thierry Reding
On Sat, Mar 30, 2019 at 03:19:27PM -0600, Simon Glass wrote: > On Tue, 12 Mar 2019 at 04:38, Thierry Reding wrote: > > > > From: Thierry Reding > > > > When phys_addr_t printf specifier support was first introduced in commit > > 1eebd14b7902 ("vsprintf: Add modifier for phys_addr_t"), it was enab

Re: [U-Boot] [PATCH 1/3] vsprintf: Support phys_addr_t specifier unconditionally

2019-03-30 Thread Simon Glass
On Tue, 12 Mar 2019 at 04:38, Thierry Reding wrote: > > From: Thierry Reding > > When phys_addr_t printf specifier support was first introduced in commit > 1eebd14b7902 ("vsprintf: Add modifier for phys_addr_t"), it was enabled > only if CONFIG_CMD_NET was selected. Since physical addresses are n

[U-Boot] [PATCH 1/3] vsprintf: Support phys_addr_t specifier unconditionally

2019-03-12 Thread Thierry Reding
From: Thierry Reding When phys_addr_t printf specifier support was first introduced in commit 1eebd14b7902 ("vsprintf: Add modifier for phys_addr_t"), it was enabled only if CONFIG_CMD_NET was selected. Since physical addresses are not unique to networking support it doesn't make sense to conditi