bcm63xx: lzma-loader: remove unused definitions
[openwrt/staging/luka.git] / target / linux / bcm63xx / image / lzma-loader / src / config.h
1 /*
2 * LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards
3 *
4 * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 *
10 */
11
12 #ifndef _CONFIG_H_
13 #define _CONFIG_H_
14
15 #define CONFIG_ICACHE_SIZE (32 * 1024)
16 #define CONFIG_DCACHE_SIZE (32 * 1024)
17 #define CONFIG_CACHELINE_SIZE 16
18
19 #endif /* _CONFIG_H_ */