diff options
Diffstat (limited to 'drivers/dma/txx9dmac.c')
-rw-r--r-- | drivers/dma/txx9dmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/txx9dmac.c b/drivers/dma/txx9dmac.c index 17686caf64d5..0659ec9c4488 100644 --- a/drivers/dma/txx9dmac.c +++ b/drivers/dma/txx9dmac.c | |||
@@ -76,7 +76,7 @@ static void channel64_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val) | |||
76 | 76 | ||
77 | static void channel64_clear_CHAR(const struct txx9dmac_chan *dc) | 77 | static void channel64_clear_CHAR(const struct txx9dmac_chan *dc) |
78 | { | 78 | { |
79 | #if defined(CONFIG_32BIT) && !defined(CONFIG_64BIT_PHYS_ADDR) | 79 | #if defined(CONFIG_32BIT) && !defined(CONFIG_PHYS_ADDR_T_64BIT) |
80 | channel64_writel(dc, CHAR, 0); | 80 | channel64_writel(dc, CHAR, 0); |
81 | channel64_writel(dc, __pad_CHAR, 0); | 81 | channel64_writel(dc, __pad_CHAR, 0); |
82 | #else | 82 | #else |