Skip to content

Commit

Permalink
fix(bootloader): Fix UART0_BASE address in bootloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturum1 committed Oct 30, 2023
1 parent 9f31732 commit ad15733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/src/iob_soc_opencryptolinux_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// defined here (and not in periphs.h) because it is the only peripheral used
// by the bootloader
#define UART0_BASE 0xf4000000
#define UART0_BASE ((UART0<<(ADDR_W-4-N_SLAVES_W))|(0xf<<(ADDR_W-4)))

#define PROGNAME "IOb-Bootloader"

Expand Down

0 comments on commit ad15733

Please sign in to comment.