UBUNTU: [Config] Fix CONFIG_CPU_LITTLE_ENDIAN annotation
The CONFIG_CPU_LITTLE_ENDIAN option has a , where there should have been a : in the policy. Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
0f8c53b826
commit
18023cd926
@@ -10612,7 +10612,7 @@ CONFIG_UNIXWARE_DISKLABEL policy<{'amd64': 'y', 'arm64': '
|
||||
|
||||
# Menu: Endianness selection
|
||||
CONFIG_CPU_BIG_ENDIAN policy<{'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 's390x': 'y'}>
|
||||
CONFIG_CPU_LITTLE_ENDIAN policy<{'arm64': 'y', 'armhf', 'y', 'ppc64el': 'y'}>
|
||||
CONFIG_CPU_LITTLE_ENDIAN policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}>
|
||||
|
||||
# Menu: Endianness selection >> Architecture: powerpc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user