aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/image/lzma-loader/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bmips/image/lzma-loader/src/config.h')
-rw-r--r--target/linux/bmips/image/lzma-loader/src/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/bmips/image/lzma-loader/src/config.h b/target/linux/bmips/image/lzma-loader/src/config.h
new file mode 100644
index 0000000000..5c8a90310c
--- /dev/null
+++ b/target/linux/bmips/image/lzma-loader/src/config.h
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards
+ *
+ * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
+ */
+
+#ifndef _CONFIG_H_
+#define _CONFIG_H_
+
+#define CONFIG_ICACHE_SIZE (32 * 1024)
+#define CONFIG_DCACHE_SIZE (32 * 1024)
+#define CONFIG_CACHELINE_SIZE 16
+
+#endif /* _CONFIG_H_ */