diff mbox series

[SRU,K,6/6] UBUNTU: [Config] Fix CONFIG_CPU_LITTLE_ENDIAN annotation

Message ID 20220727085445.617651-7-emil.renner.berthing@canonical.com
State New
Headers show
Series Annotation file cleanups | expand

Commit Message

Emil Renner Berthing July 27, 2022, 8:54 a.m. UTC
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>
---
 debian.master/config/annotations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 3e538a954fe4..5ef8226ce47e 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -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