diff options
Diffstat (limited to 'drivers/ram/rockchip/sdram_debug.c')
-rw-r--r-- | drivers/ram/rockchip/sdram_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/sdram_debug.c b/drivers/ram/rockchip/sdram_debug.c index 9cf662675b..133d1938d5 100644 --- a/drivers/ram/rockchip/sdram_debug.c +++ b/drivers/ram/rockchip/sdram_debug.c @@ -7,7 +7,7 @@ #include <common.h> #include <debug_uart.h> -#include <asm/arch-rockchip/sdram_common.h> +#include <asm/arch-rockchip/sdram.h> void sdram_print_dram_type(unsigned char dramtype) { |