Re: [U-Boot] [PATCH] Juno: don't print PCI debug information by default

2015-11-13 Thread Ryan Harkin
On 13 November 2015 at 11:25, Andre Przywara wrote: > On a Juno r1 the PCI controller init routine outputs the rather boring > ATR entry information. > Do this only with DEBUG defined to avoid cluttering the user's > terminal. Good idea. > > Signed-off-by: Andre Przywara Acked-by: Ryan Harkin

[U-Boot] [PATCH] Juno: don't print PCI debug information by default

2015-11-13 Thread Andre Przywara
On a Juno r1 the PCI controller init routine outputs the rather boring ATR entry information. Do this only with DEBUG defined to avoid cluttering the user's terminal. Signed-off-by: Andre Przywara --- board/armltd/vexpress64/pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi