Skip to content

Commit

Permalink
Merge pull request #94 from YuzukiHD/dev
Browse files Browse the repository at this point in the history
hack for mmc2 boot
  • Loading branch information
YuzukiTsuru authored Jun 2, 2024
2 parents f0370b5 + f8f6f7d commit c04b6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/avaota-a1/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sdhci_t sdhci2 = {
.reg = (sdhci_reg_t *) SUNXI_SMHC2_BASE,
.voltage = MMC_VDD_27_36,
.width = MMC_BUS_WIDTH_4,
.clock = MMC_CLK_50M,
.clock = MMC_CLK_25M,
.sdio_type = SDHCI_TYPE_MMC,
.removable = 0,
.isspi = FALSE,
Expand Down

0 comments on commit c04b6c0

Please sign in to comment.