Skip to content

Commit

Permalink
Update or1k for qemu-9.2.0-rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
landley committed Nov 24, 2024
1 parent 97b5ea1 commit fb3ca98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mkroot/mkroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,8 @@ get_target_config()
KCONF+=,64BIT,CPU_MIPS64_R1,MIPS32_O32
[ "${CROSS%el}" != "$CROSS" ] && KCONF+=,CPU_LITTLE_ENDIAN
elif [ "$CROSS" == or1k ]; then
KARCH=openrisc QEMU_M=or1k-sim KARGS=FIXME BUILTIN=1
KARCH=openrisc QEMU_M=or1k-sim KARGS=ttyS0
KCONF="$(be2csv ETHOC SERIO SERIAL_OF_PLATFORM SERIAL_8250{,_CONSOLE})"
KCONF+=,OPENRISC_BUILTIN_DTB=\"or1ksim\"
elif [ "$CROSS" == powerpc ]; then
KARCH=powerpc QEMU="ppc -M g3beige"
KCONF="$(be2csv ALTIVEC PATA_MACIO BLK_DEV_SD MACINTOSH_DRIVERS SERIO \
Expand Down

0 comments on commit fb3ca98

Please sign in to comment.