diff options
author | Lukasz Majewski | 2019-04-01 16:00:03 +0200 |
---|---|---|
committer | Stefano Babic | 2019-04-02 13:44:18 +0200 |
commit | f73c09e735bffc2b229bd20de6ca41e4d7efbc1d (patch) | |
tree | 34e98ebdded3172483795fea0c521d545cc6bf9a /include/configs/dreamplug.h | |
parent | 657493173201f47188b7e03411b9f3f331365ee3 (diff) |
cosmetic: config: Remove empty #ifdefs
After running tools/moveconfig.py it turned out that for various boards
there are an empty #ifdef statements.
Remove them to clean u-boot source code.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/dreamplug.h')
-rw-r--r-- | include/configs/dreamplug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 28bda14c3d9..f7f9141dd0e 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -34,9 +34,6 @@ #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */ #endif -#ifdef CONFIG_CMD_SF -#endif - /* * max 4k env size is enough, but in case of nand * it has to be rounded to sector size |