targets/alchitry_mojo: Fix build.

This commit is contained in:
Florent Kermarrec 2022-01-05 18:11:53 +01:00
parent 53dc00eab7
commit db9173ad8b
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ def main():
with_video_terminal = args.with_video_terminal, with_video_terminal = args.with_video_terminal,
with_video_framebuffer = args.with_video_framebuffer, with_video_framebuffer = args.with_video_framebuffer,
with_video_colorbars = args.with_video_colorbars, with_video_colorbars = args.with_video_colorbars,
uart_baudrate = 500000,
**soc_core_argdict(args) **soc_core_argdict(args)
) )