]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mips: Move endianness selection to arch/Kconfig
authorMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:14:59 +0000 (14:14 +0200)
committerMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:14:59 +0000 (14:14 +0200)
This option will be used by Microblaze that's why move it to generic
location to be able to use it.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/ceb39fa615cb5657b66a7b77bab99e86ca7a3346.1655299267.git.michal.simek@amd.com
arch/Kconfig
arch/mips/Kconfig

index 12de8a11650dd3b267df523f611d5d07089be44c..4851300e9bbeee0a648a269e32c40da84f2353f6 100644 (file)
@@ -447,3 +447,25 @@ source "arch/xtensa/Kconfig"
 source "arch/riscv/Kconfig"
 
 source "board/keymile/Kconfig"
+
+if MIPS
+
+choice
+       prompt "Endianness selection"
+       help
+         Some MIPS boards can be configured for either little or big endian
+         byte order. These modes require different U-Boot images. In general there
+         is one preferred byteorder for a particular system but some systems are
+         just as commonly used in the one or the other endianness.
+
+config SYS_BIG_ENDIAN
+       bool "Big endian"
+       depends on SUPPORTS_BIG_ENDIAN
+
+config SYS_LITTLE_ENDIAN
+       bool "Little endian"
+       depends on SUPPORTS_LITTLE_ENDIAN
+
+endchoice
+
+endif
index 9b62764f4fe684c411f08d7fb7c3a0434c733cf1..2e0793a7a7b8eab92cf28f150e607a3c5f5b0e76 100644 (file)
@@ -180,24 +180,6 @@ source "arch/mips/mach-octeon/Kconfig"
 
 if MIPS
 
-choice
-       prompt "Endianness selection"
-       help
-         Some MIPS boards can be configured for either little or big endian
-         byte order. These modes require different U-Boot images. In general there
-         is one preferred byteorder for a particular system but some systems are
-         just as commonly used in the one or the other endianness.
-
-config SYS_BIG_ENDIAN
-       bool "Big endian"
-       depends on SUPPORTS_BIG_ENDIAN
-
-config SYS_LITTLE_ENDIAN
-       bool "Little endian"
-       depends on SUPPORTS_LITTLE_ENDIAN
-
-endchoice
-
 choice
        prompt "CPU selection"
        default CPU_MIPS32_R2