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

Emil Renner Berthing emil.renner.berthing at canonical.com
Wed Jul 27 08:54:45 UTC 2022


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 at canonical.com>
---
 debian.master/config/annotations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.36.1




More information about the kernel-team mailing list