blob: b7719e9ca82f69845914f97cb47e672a015cf191 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
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#ifndef CONFIG_FLASH_OFFS
16#define CONFIG_FLASH_OFFS 0
17#endif
18
19#ifndef CONFIG_FLASH_MAX
20#define CONFIG_FLASH_MAX 0
21#endif
22
23#ifndef CONFIG_FLASH_STEP
24#define CONFIG_FLASH_STEP 0x1000
25#endif
26
27#endif /* _CONFIG_H_ */