summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXu Ziyuan <[email protected]>2016-08-27 21:53:14 +0800
committerSimon Glass <[email protected]>2016-09-22 07:57:02 -0600
commit5a4a90f6e632448aa60c7fdee575e9d38adfd230 (patch)
tree3f0d318bf396c63c7508f1b2f61b615525d2a4c4 /include
parent05c6e30c57b6c599771c669a80fb127cc9f8d9c3 (diff)
rockchip: rk3288: skip lowlevel_init process
lowlevel_init() is never needed for rk3288, so drop it. Signed-off-by: Ziyuan Xu <[email protected]> Acked-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rk3288_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index 21b60828bb6..e8bf9878f24 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -9,6 +9,7 @@
#include <asm/arch/hardware.h>
+#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
#define CONFIG_SYS_NO_FLASH
#define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_ENV_SIZE 0x2000