powerpc/configs: Make pseries_le an alias for ppc64le_guest
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 14 Apr 2023 13:24:14 +0000 (23:24 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 21 Apr 2023 06:16:25 +0000 (16:16 +1000)
commit596ddea8be17b5f4e2f72a0c9af313444d51d177
treefa70b81471758ddefed406e4f75beeaea9405125
parentbac949621c40ec09357c6a8beaacac235ae39239
powerpc/configs: Make pseries_le an alias for ppc64le_guest

Rather than trying to keep multiple configs up to date, make
pseries_le_defconfig an alias for ppc64le_guest_defconfig.

ppc64le_guest_defconfig should work in all cases that
pseries_le_defconfig currently does, but if not we can update it.

Move pseries_le_defconfig down in the Makefile, so it appears after
ppc64le_guest_defconfig in the help output.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-31-mpe@ellerman.id.au
arch/powerpc/Makefile