X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fmips%2FKconfig;h=7f7e258a801eaa9e4bff89a23df60e7ae3a26793;hb=fc5e22008a668a75d108ebf8edc93849c6f9dcb4;hp=bc4283d2f13b551cb747d796794286eabbd83027;hpb=7f641d53bbb3a426a3bfb132d8346153e86a9d08;p=u-boot diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index bc4283d2f1..7f7e258a80 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -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