summaryrefslogtreecommitdiffstats
path: root/include/configs/rk3288_common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:45:06 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:36 -0700
commitad443b72909c4c68be4131f8b7af49fd7a89d793 (patch)
tree55c5e625456573d05bbfbe2dfe971d765875393b /include/configs/rk3288_common.h
parent7b7ad5c31c91f84ae12b9a7ec850b5d0f720e19b (diff)
downloadtalos-obmc-uboot-ad443b72909c4c68be4131f8b7af49fd7a89d793.tar.gz
talos-obmc-uboot-ad443b72909c4c68be4131f8b7af49fd7a89d793.zip
rockchip: Don't skip low-level init
At present the low-level init is skipped on rockchip. Among other things this means that the instruction cache is left disabled. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3288_common.h')
-rw-r--r--include/configs/rk3288_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index ebddfb0267..b9ff5a5c82 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -16,7 +16,6 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 1024
-#define CONFIG_SKIP_LOWLEVEL_INIT
#define CONFIG_SYS_THUMB_BUILD
#define CONFIG_OF_LIBFDT
#define CONFIG_DISPLAY_BOARDINFO
OpenPOWER on IntegriCloud