Re: [PATCH 15/33] ppc: malta: Drop use of DM_PCI

2021-07-26 Thread Daniel Schwierzeck
Am Montag, den 26.07.2021, 07:34 -0600 schrieb Simon Glass: > Now that DM_PCI is always enabled we don't need to check it. Drop > this > old code. > > Signed-off-by: Simon Glass > --- > > board/imgtec/malta/malta.c | 67 > -- > 1 file changed, 67 deletions(-

[PATCH 15/33] ppc: malta: Drop use of DM_PCI

2021-07-26 Thread Simon Glass
Now that DM_PCI is always enabled we don't need to check it. Drop this old code. Signed-off-by: Simon Glass --- board/imgtec/malta/malta.c | 67 -- 1 file changed, 67 deletions(-) diff --git a/board/imgtec/malta/malta.c b/board/imgtec/malta/malta.c index 9af