comparison sources/targets/armv6l @ 1634:23b9782e7ab0

Linux commit a5463cd34354 introduced random breakage for no apparent reason, resulting in armv6l not booting unless you enable CONFIG_KUSER_HELPERS (which makes that commit a NOP).
author Rob Landley <rob@landley.net>
date Thu, 17 Oct 2013 02:15:26 -0500
parents a49311441334
children b89324905ca2
comparison
equal deleted inserted replaced
1633:a4823c561e28 1634:23b9782e7ab0
45 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y 45 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
46 CONFIG_RTC_DRV_PL031=y 46 CONFIG_RTC_DRV_PL031=y
47 CONFIG_SCSI_SYM53C8XX_2=y 47 CONFIG_SCSI_SYM53C8XX_2=y
48 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 48 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
49 CONFIG_SCSI_SYM53C8XX_MMIO=y 49 CONFIG_SCSI_SYM53C8XX_MMIO=y
50
51 # Work around random breakage in the 3.11 kernel
52 CONFIG_KUSER_HELPERS=y
50 " 53 "
51 54
52 emulator_command() 55 emulator_command()
53 { 56 {
54 echo qemu-system-arm -M versatilepb -cpu arm1136-r2 $(qemu_defaults "$@") \ 57 echo qemu-system-arm -M versatilepb -cpu arm1136-r2 $(qemu_defaults "$@") \