Skip to content
Snippets Groups Projects
Commit 0e272483 authored by Heiko Stübner's avatar Heiko Stübner Committed by Simon Glass
Browse files

rockchip: rk3188: drop CONFIG_SYS_NO_FLASH


Commit e856bdcf ("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: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent d905cf73
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include "rockchip-common.h" #include "rockchip-common.h"
#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
#define CONFIG_SYS_NO_FLASH
#define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_ENV_SIZE 0x2000 #define CONFIG_ENV_SIZE 0x2000
#define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_MAXARGS 16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment