diff options
author | Tom Rini <trini@ti.com> | 2014-11-03 12:46:12 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-03 12:46:12 -0500 |
commit | 46b7b2e8025770fb29f7810c2d7d15a6650b9643 (patch) | |
tree | 011b21fda812211c3d7e50b65c48f93432d32d04 /configs/qemu_mips64_defconfig | |
parent | a8b972bfa82c0391aaba809f29e351507fd28215 (diff) | |
parent | 265072ba75d7a931ed0a751d5192220bcc5cc230 (diff) | |
download | u-boot-imx-46b7b2e8025770fb29f7810c2d7d15a6650b9643.zip u-boot-imx-46b7b2e8025770fb29f7810c2d7d15a6650b9643.tar.gz u-boot-imx-46b7b2e8025770fb29f7810c2d7d15a6650b9643.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'configs/qemu_mips64_defconfig')
-rw-r--r-- | configs/qemu_mips64_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/qemu_mips64_defconfig b/configs/qemu_mips64_defconfig index 2948355..3608bbe 100644 --- a/configs/qemu_mips64_defconfig +++ b/configs/qemu_mips64_defconfig @@ -1,3 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="SYS_BIG_ENDIAN" CONFIG_MIPS=y -CONFIG_TARGET_QEMU_MIPS64=y +CONFIG_TARGET_QEMU_MIPS=y +CONFIG_SYS_BIG_ENDIAN=y +CONFIG_CPU_MIPS64_R1=y |