Re: [PATCH 1/2] Drop the deprecated lm32 target

2021-05-03 Thread Markus Armbruster
Michael Walle writes: > Am 2021-05-03 10:40, schrieb Markus Armbruster: >> Target lm32 was deprecated in commit d8498005122, v5.2.0. See there >> for rationale. >> >> Some of its code lives on in device models derived from milkymist >> ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c. > >

Re: [PATCH 1/2] Drop the deprecated lm32 target

2021-05-03 Thread Michael Walle
Am 2021-05-03 10:40, schrieb Markus Armbruster: Target lm32 was deprecated in commit d8498005122, v5.2.0. See there for rationale. Some of its code lives on in device models derived from milkymist ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c. yaay ;) Cc: Michael Walle Signed-off-