circuitpython/ports/litex/supervisor
Sean Cross ed8a52d1db litex: remove call to board_init()
These calls were all moved into `main.c`, however this call was not
removed from litex. As a result, litex was calling `board_init()` twice.

This is currently not a problem, as `fomu` is able to be initialized
twice without issue, however future boards may have issue with this.

This fixes #2991.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-06-02 10:19:40 +08:00
..
internal_flash_root_pointers.h ports: litex: add port and fomu board 2020-03-31 09:40:38 +08:00
internal_flash.c Update LiteX APIs for new tick 2020-03-31 17:52:23 -07:00
internal_flash.h ports: litex: add port and fomu board 2020-03-31 09:40:38 +08:00
port.c litex: remove call to board_init() 2020-06-02 10:19:40 +08:00
usb.c Update LiteX APIs for new tick 2020-03-31 17:52:23 -07:00