aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/image/lzma-loader/src/config.h
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-05-20 09:13:42 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-05-20 09:26:15 +0200
commit8e8920c92f1346ff1898b8674bc79d9a1a3ea59e (patch)
tree587af79d892e9f5760717bf72205f82f0ce3462c /target/linux/bcm63xx/image/lzma-loader/src/config.h
parent0836e22a83d224ed421da6711145eee9dcdee3b0 (diff)
downloadupstream-8e8920c92f1346ff1898b8674bc79d9a1a3ea59e.tar.gz
upstream-8e8920c92f1346ff1898b8674bc79d9a1a3ea59e.tar.bz2
upstream-8e8920c92f1346ff1898b8674bc79d9a1a3ea59e.zip
bcm63xx: lzma-loader: remove unused definitions
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/image/lzma-loader/src/config.h')
-rw-r--r--target/linux/bcm63xx/image/lzma-loader/src/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/bcm63xx/image/lzma-loader/src/config.h b/target/linux/bcm63xx/image/lzma-loader/src/config.h
index ce391f8864..bee78c1658 100644
--- a/target/linux/bcm63xx/image/lzma-loader/src/config.h
+++ b/target/linux/bcm63xx/image/lzma-loader/src/config.h
@@ -16,16 +16,4 @@
#define CONFIG_DCACHE_SIZE (32 * 1024)
#define CONFIG_CACHELINE_SIZE 16
-#ifndef CONFIG_FLASH_OFFS
-#define CONFIG_FLASH_OFFS 0
-#endif
-
-#ifndef CONFIG_FLASH_MAX
-#define CONFIG_FLASH_MAX 0
-#endif
-
-#ifndef CONFIG_FLASH_STEP
-#define CONFIG_FLASH_STEP 0x1000
-#endif
-
#endif /* _CONFIG_H_ */