Re: [PATCH v2 09/11] powerpc/platforms: Move files from 4xx to 44x
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-03-31 15:14:36
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-03-31 15:14:36
Also in:
lkml
On Tue, Mar 31, 2020 at 9:49 AM Christophe Leroy [off-list ref] wrote:
Only 44x uses 4xx now, so only keep one directory.
Signed-off-by: Christophe Leroy <redacted>
---
arch/powerpc/platforms/44x/Makefile | 9 +++++++-
arch/powerpc/platforms/{4xx => 44x}/cpm.c | 0
No objections to moving everything into one place, but I wonder if the
combined name should be 4xx instead of 44x, given that 44x currently
include 46x and 47x. OTOH your approach has the advantage of
moving fewer files.
Arnd