]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/Kconfig
x86: Add ENABLE_MRC_CACHE Kconfig option
[u-boot] / arch / mips / Kconfig
index bc4283d2f13b551cb747d796794286eabbd83027..7f7e258a801eaa9e4bff89a23df60e7ae3a26793 100644 (file)
@@ -8,11 +8,9 @@ config SYS_CPU
        default "mips32" if CPU_MIPS32_R1 || CPU_MIPS32_R2
        default "mips64" if CPU_MIPS64_R1 || CPU_MIPS64_R2
 
-config USE_PRIVATE_LIBGCC
-       default y
-
 choice
        prompt "Target select"
+       optional
 
 config TARGET_QEMU_MIPS
        bool "Support qemu-mips"
@@ -141,15 +139,12 @@ config MIPS_BOOT_ENV_LEGACY
          The address of the enviroment is stored in register $a2.
 
 config MIPS_BOOT_FDT
-       bool "Hand over a flattened device tree to Linux kernel (INCOMPLETE)"
+       bool "Hand over a flattened device tree to Linux kernel"
        default n
        help
          Enable this option if you want U-Boot to hand over a flattened
-         device tree to the kernel.
-
-         Note: the final hand over to the kernel is not yet implemented. After
-               the community agreed on the MIPS boot interface for device trees,
-               the corresponding code will be added.
+         device tree to the kernel. According to UHI register $a0 will be set
+         to -2 and the FDT address is stored in $a1.
 
 endmenu