ram: rk3328: Fix loading of skew values
[oweals/u-boot.git] / drivers / ram / rockchip / sdram_rk3128.c
index a33127f4b0516899e16283e52645715b57f77c71..bfabc22a7d897e1cab9bf9930ee59a8eb0817e36 100644 (file)
@@ -1,18 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
 /*
  * (C) Copyright 2017 Rockchip Electronics Co., Ltd.
- *
- * SPDX-License-Identifier:     GPL-2.0
  */
 
 #include <common.h>
 #include <dm.h>
 #include <ram.h>
 #include <syscon.h>
-#include <asm/arch/clock.h>
-#include <asm/arch/grf_rk3128.h>
-#include <asm/arch/sdram_common.h>
+#include <asm/arch-rockchip/clock.h>
+#include <asm/arch-rockchip/grf_rk3128.h>
+#include <asm/arch-rockchip/sdram_common.h>
 
-DECLARE_GLOBAL_DATA_PTR;
 struct dram_info {
        struct ram_info info;
        struct rk3128_grf *grf;