mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
aa45f75eaf
Now the user can separately select the CPU type. Thus the targets qemu_mips and qemu_mips64 can be merged to a single target. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
4 lines
90 B
Text
4 lines
90 B
Text
CONFIG_MIPS=y
|
|
CONFIG_TARGET_QEMU_MIPS=y
|
|
CONFIG_SYS_LITTLE_ENDIAN=y
|
|
CONFIG_CPU_MIPS32_R2=y
|