Skip to content

Commit

Permalink
Merge pull request #101 from YuzukiHD/dev
Browse files Browse the repository at this point in the history
[driver] update support full param
  • Loading branch information
YuzukiTsuru authored Jun 5, 2024
2 parents 603eddf + 6d3e91a commit 57495dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/sun55iw3/sys-dram.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ uint64_t sunxi_dram_init(void *para) {
uint8_t *dst = (uint8_t *) INIT_DRAM_BIN_BASE;

if (para == NULL) {
printk_error("DRAM: please provide DRAM para");
printk_error("DRAM: please provide DRAM para\n");
}

uint32_t *para_data = (uint32_t *) para;
Expand Down

0 comments on commit 57495dd

Please sign in to comment.