Skip to content

Commit

Permalink
Stop micromanaging the versatilepb network card, use the default.
Browse files Browse the repository at this point in the history
It worked around an ancient qemu bug:
https://landley.net/notes-2007.html#04-07-2007
  • Loading branch information
landley committed Jan 8, 2025
1 parent e5f5121 commit 65887c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkroot/mkroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ get_target_config()
# This could use the same VIRT board as armv7, but let's demonstrate a
# different one requiring a separate device tree binary.
KARCH=arm KARGS=ttyAMA0 VMLINUX=zImage
QEMU="arm -M versatilepb -net nic,model=rtl8139 -net user"
QEMU="arm -M versatilepb"
KCONF="$(be2csv CPU_ARM926T MMU VFP ARM_THUMB AEABI ARCH_VERSATILE ATAGS \
DEPRECATED_PARAM_STRUCT BLK_DEV_SD NET_VENDOR_REALTEK 8139CP \
DEPRECATED_PARAM_STRUCT BLK_DEV_SD GPIOLIB NET_VENDOR_SMSC SMC91X \
ARM_ATAG_DTB_COMPAT{,_CMDLINE_EXTEND} PCI{,_VERSATILE} \
SERIAL_AMBA_PL011{,_CONSOLE} RTC_{CLASS,DRV_PL031,HCTOSYS} \
SCSI{,_LOWLEVEL,_SYM53C8XX_{2,MMIO,DMA_ADDRESSING_MODE=0}})"
Expand Down

0 comments on commit 65887c2

Please sign in to comment.