summaryrefslogtreecommitdiff
path: root/include/configs/rk3188_common.h
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2017-02-23 16:30:40 (GMT)
committerSimon Glass <sjg@chromium.org>2017-03-16 22:03:47 (GMT)
commit0e27248388a010b38858bdd592fa38f8b0c46e32 (patch)
tree48910f51caf3c4f55e090c1cdf6abc0ce0d7fb92 /include/configs/rk3188_common.h
parentd905cf7365ad25c55129ce6bc473b67a642d7817 (diff)
downloadu-boot-0e27248388a010b38858bdd592fa38f8b0c46e32.tar.xz
rockchip: rk3188: drop CONFIG_SYS_NO_FLASH
Commit e856bdcfb492 ("flash: complete CONFIG_SYS_NO_FLASH move with renaming") obsoleted the CONFIG_SYS_NO_FLASH option, which still is in our rk3188_common.h header, resulting in warnings like The following new ad-hoc CONFIG options were detected: CONFIG_SYS_NO_FLASH So also drop it from the rk3188 header. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3188_common.h')
-rw-r--r--include/configs/rk3188_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h
index 445b2da..2ff7cd7 100644
--- a/include/configs/rk3188_common.h
+++ b/include/configs/rk3188_common.h
@@ -13,7 +13,6 @@
#include "rockchip-common.h"
#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
-#define CONFIG_SYS_NO_FLASH
#define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_SYS_MAXARGS 16