Re: [PATCH v2 09/11] powerpc/platforms: Move files from 4xx to 44x
From: Christophe Leroy <hidden>
Date: 2020-03-31 15:26:44
Also in:
lkml
From: Christophe Leroy <hidden>
Date: 2020-03-31 15:26:44
Also in:
lkml
Le 31/03/2020 à 17:14, Arnd Bergmann a écrit :
On Tue, Mar 31, 2020 at 9:49 AM Christophe Leroy [off-list ref] wrote:quoted
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 | 0No 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.
In that case, should we also rename CONFIG_44x to CONFIG_4xx ? Christophe