Re: [U-Boot] [PATCH v1 5/9] apalis-tk1: add pcie_aspm=off to defargs

2019-07-31 Thread Oleksandr Suvorov
On Wed, Jul 31, 2019 at 3:09 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Disabling ASPM fixes incompatibilities with some PCIe cards > > Signed-off-by: Dominik Sliwa > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/apalis-tk1.h | 2 +- > 1 file ch

[U-Boot] [PATCH v1 5/9] apalis-tk1: add pcie_aspm=off to defargs

2019-07-31 Thread Igor Opaniuk
From: Igor Opaniuk Disabling ASPM fixes incompatibilities with some PCIe cards Signed-off-by: Dominik Sliwa Signed-off-by: Igor Opaniuk --- include/configs/apalis-tk1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-t