Skip to content

Commit

Permalink
Merge pull request #99 from YuzukiHD/dev
Browse files Browse the repository at this point in the history
[driver] move DMA: init to debug
  • Loading branch information
YuzukiTsuru committed Jun 5, 2024
2 parents ef68353 + 3327202 commit 764946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/sys-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static dma_source_t dma_channel_source[SUNXI_DMA_MAX];
static dma_desc_t dma_channel_desc[SUNXI_DMA_MAX] __attribute__((aligned(64)));

void dma_init(void) {
printk_info("DMA: init\n");
printk_debug("DMA: init\n");
int i;
uint32_t val;
dma_reg_t *const dma_reg = (dma_reg_t *) SUNXI_DMA_BASE;
Expand Down

0 comments on commit 764946c

Please sign in to comment.