arm: mvebu: clearfog: Unify DT selection paths
[platform/kernel/u-boot.git] / include / configs / rk3328_common.h
index e51e1b0..407e5d2 100644 (file)
@@ -11,6 +11,7 @@
 #define CONFIG_IRAM_BASE               0xff090000
 
 #define CONFIG_ROCKCHIP_STIMER_BASE    0xff1d0020
+#define COUNTER_FREQUENCY              24000000
 
 #define CONFIG_SYS_CBSIZE              1024
 #define CONFIG_SKIP_LOWLEVEL_INIT
@@ -36,7 +37,7 @@
        "pxefile_addr_r=0x00600000\0" \
        "fdt_addr_r=0x01f00000\0" \
        "kernel_addr_r=0x02080000\0" \
-       "ramdisk_addr_r=0x04000000\0"
+       "ramdisk_addr_r=0x06000000\0"
 
 #include <config_distro_bootcmd.h>
 #define CONFIG_EXTRA_ENV_SETTINGS \