summaryrefslogtreecommitdiff
path: root/include/configs/koi.h
blob: 2c58a75973a8807e0690bfe86821ca1a84311197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
/*
 * Copyright (C) 2013 Samsung Electronics
 *
 * Configuration settings for the SAMSUNG UESPRESSO3250 (EXYNOS3250) board.
 *
 * See file CREDITS for list of people who contributed to this
 * project.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 * MA 02111-1307 USA
 */

#ifndef __CONFIG_H
#define __CONFIG_H

/* High Level Configuration Options */
#define CONFIG_SAMSUNG					/* in a SAMSUNG core */
#define CONFIG_S5P						/* S5P Family */
#define CONFIG_ARCH_EXYNOS
#define CONFIG_ARCH_EXYNOS3
#define CONFIG_CPU_EXYNOS3250			/* which is in a Exynos3250 */
#define CONFIG_MACH_SMDK3250
#define CONFIG_MACH_KOI

#undef CONFIG_CPU1_DEBUG

#include <asm/arch/cpu.h>		/* get chip and board defs */

#define CONFIG_ARCH_CPU_INIT
#define CONFIG_DISPLAY_CPUINFO

/* Keep L2 Cache Disabled */
#define CONFIG_SYS_DCACHE_OFF

#define CONFIG_SYS_SDRAM_BASE		0x40000000
#define CONFIG_SYS_TEXT_BASE		0x43E00000
#define CONFIG_SPL_TEXT_BASE		0x02025000
#define CONFIG_PHY_IRAM_BASE		(0x02020000)
#define CONFIG_PHY_IRAM_NS_BASE		(CONFIG_PHY_IRAM_BASE + 0x3F000)


/* TRUSTZONE */
#define CONFIG_TRUSTZONE_ENABLE
#ifdef CONFIG_TRUSTZONE_ENABLE
#undef CONFIG_TZPC
#define CONFIG_SMC_CMD
#define CONFIG_TRUSTZONE_RESERVED_DRAM  0x100000
#else
#define CONFIG_TRUSTZONE_RESERVED_DRAM  0x0
#endif

/* Configuration of bl1 partition size */
#define CONFIG_BL_MONITOR

/* Configuration of secure boot */
#undef CONFIG_UBOOT_SECURE_BOOT
#undef CONFIG_SECURE_BOOT

#ifdef CONFIG_SECURE_BOOT
#define CONFIG_UBOOT_SECURE_BOOT
#define CONFIG_TZSW_SECURE_BOOT
#define CONFIG_SECURE_ROOTFS
#define CONFIG_SECURE_CONTEXT_BASE      0x40003800
#define CONFIG_SECURE_KERNEL_BASE       0x40008000
#define CONFIG_SECURE_KERNEL_SIZE       0x400000
#define CONFIG_SECURE_ROOTFS_BASE       0x41000000
#define CONFIG_SECURE_ROOTFS_SIZE       0x100000
#endif

/*
*	clock setting:
*	APLL = 700MHz
*	MPLL = 1600MHz
* 	BPLL = 800MHz
*	EPLL = 800MHz
*	VPLL = 335MHz
*/
/* input clock of PLL: SMDK3250 has 24MHz input clock */
#define CONFIG_SYS_FIN_24
#define CONFIG_SYS_CLK_FREQ		24000000		//backup clock in smdk

/*	Specify the ARM_CLK frequency in MHz	*/
#define CONFIG_ARM_CLK			700
/* MCLK_CDREX	*/
#define MCLK_CDREX_400			1


#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_CMDLINE_TAG
#define CONFIG_INITRD_TAG
#define CONFIG_CMDLINE_EDITING

/* Power Down Modes */
#define S5P_CHECK_SLEEP			0x00000BAD
#define S5P_CHECK_DIDLE			0xBAD00000
#define S5P_CHECK_LPA			0xABAD0000

/* Offset for OM status registers */
#define OM_STATUS_OFFSET                0x0

/* Offset for inform registers */
#define INFORM0_OFFSET			0x800
#define INFORM1_OFFSET			0x804
#define INFORM2_OFFSET			0x808
#define INFORM3_OFFSET			0x80C

/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (1 << 20))

/* select serial console configuration */
#define CONFIG_SERIAL_MULTI
#define CONFIG_SERIAL2			/* use SERIAL 2 */
#define CONFIG_BAUDRATE			115200

#define TZPC_BASE_OFFSET		0x10000

/* SD/MMC configuration */
#define CONFIG_GENERIC_MMC
#define CONFIG_MMC
#define CONFIG_SDHCI
#define CONFIG_S5P_MSHC

#if defined(CONFIG_S5P_MSHC)
#define CONFIG_MMC_SMU_INIT
#define CONFIG_MMC_EARLY_INIT
#define MMC_MAX_CHANNEL         4
#define USE_MMC0
#define USE_MMC2

#define PHASE_DEVIDER           4

#define SDR_CH0                 0x03040000
#define DDR_CH0                 0x03010000
#ifndef CONFIG_SMDK3250_FPGA_DEBUG
#define SDR_CH2                 0x03010000
#define DDR_CH2                 0x03010000
#else
#define SDR_CH2                 0x03000000
#define DDR_CH2                 0x03000000
#endif
#define SDR_CH4                 0x0
#define DDR_CH4                 0x0
#endif


#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
/* PWM */
#define CONFIG_PWM

/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE

/* Command definition*/
#include <config_cmd_default.h>


#define CONFIG_CMD_PING
#define CONFIG_CMD_ELF
#define CONFIG_CMD_MMC
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT

#define CONFIG_CMD_MOVI
#define CONFIG_CMD_MOVINAND
#define CONFIG_CMD_BOOTZ

#define CONFIG_BOOTDELAY		0
/*#define CONFIG_ZERO_BOOTDELAY_CHECK*/

/* USB */
#undef CONFIG_CMD_USB
/* EHCI : 2.0 Host */
#undef CONFIG_USB_EHCI
#undef CONFIG_USB_EHCI_EXYNOS
#undef CONFIG_USB_STORAGE

#define CONFIG_S3C_USBD
#undef CONFIG_USB_CPUMODE
#define CONFIG_EXYNOS_DA
#define CONFIG_DNW

#define USBD_DOWN_ADDR                  0x40000000
#define EXYNOS_SYSREG_BASE              EXYNOS4_SYSREG_BASE
#define EXYNOS_POWER_BASE               EXYNOS4_POWER_BASE

/*
* DNW
*/
#define CONFIG_SPL_EXYNOS_USBD3
#define CONFIG_DNW_VERSION 			0x0a
#define CONFIG_AUTO_STAT_DNW_VERSION	0x05
/* #undef CONFIG_AUTO_STAT_DNW_VERSION */
#define CFG_DNW_TRANSFER_BUFFER            (0x48000000)
#define CFG_DNW_TRANSFER_BUFFER_SIZE       (0x30000000)   /* 768MB */
/* #ifdef CONFIG_AUTO_STAT_DNW_VERSION */
#define CFG_DNW_AUTO_CFG_PARTITION	 "fdisk -c 0"	/* default partition */
/* #endif */

/*
 * FASTBOOT
 */
#define CONFIG_FASTBOOT
#define CFG_FASTBOOT_SDMMCBSP
/* Fastboot variables */
#define CFG_FASTBOOT_TRANSFER_BUFFER            (0x40000000)
#define CFG_FASTBOOT_TRANSFER_BUFFER_SIZE       (0x1F800000)   /* 504MB */
#define CFG_FASTBOOT_ADDR_KERNEL                (0x40008000)
#define CFG_FASTBOOT_ADDR_RAMDISK               (0x41000000)
#define CFG_FASTBOOT_PAGESIZE                   (2048)  // Page size of booting device
#define CFG_FASTBOOT_SDMMC_BLOCKSIZE            (512)   // Block size of sdmmc

#define CONFIG_EFI_PARTITION
#ifdef CONFIG_EFI_PARTITION
/*
#define CONFIG_PRI_GPT_SIZE	(34 * 512)
#define CONFIG_SEC_GPT_SIZE	(33 * 512)
#define CONFIG_16GEMMC_BLK  (30535680)
*/
#define CONFIG_CMD_GPT
#define HAVE_BLOCK_DEVICE
#define CONFIG_LIB_UUID
#endif

#define CONFIG_PARTITION_UUIDS

/* TODO Use these macros in CONFIG_GPT_ENV;
 * until then, update the start and size, if required,
 * at both places
 */
#define CONFIG_GPT_RECOVERY_START_BLK	36096
#define CONFIG_GPT_RECOVERY_BLKNUM	102400
#define CONFIG_GPT_SYSTEM_BLKNUM	1048576
#define CONFIG_GPT_USERDATA_BLKNUM	5529600
#define CONFIG_GPT_CACHE_BLKNUM		737280
#define CONFIG_GPT_MISC_BLKNUM		16
#define CONFIG_GPT_BOOT_BLKNUM		66288
#define CONFIG_GPT_INFO_BLKNUM		16384
#define CONFIG_GPT_BOOTLOADER_BLKNUM	16384
#define CONFIG_GPT_OEM_BLKNUM	32768

#define OLD_GPT_INFO_START_BLK	7515408	/* info offset of before KOI00A */

#define CONFIG_GPT_ENV \
		"uuid_disk=12345678-1234-1234-1234-123456789012;"\
		"name=recovery,size=50MiB,start=0x11A0000,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4;"\
		"name=system,size=512MiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4;"\
		"name=userdata,size=2700MiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4;"\
		"name=cache,size=360MiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4;" \
		"name=misc,size=8KiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4;" \
		"name=boot,size=33144KiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4;" \
		"name=info,size=8MiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4;" \
		"name=bootloader,size=8MiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4"

#define CONFIG_GPT_ENV_OEM \
		";name=oem,size=16MiB,uuid=0FC63DAF-8483-4772-8E79-3D69D8477DE4"

#ifdef CONFIG_CPU_EXYNOS3250
/* CFG_FASTBOOT_TRANSFER_BUFFER + CFG_FASTBOOT_TRANSFER_BUFFER_SIZE */
#define CFG_FASTBOOT_MMC_BUFFER			(0x78000000)
#endif

/* MMC SPL */
#define CONFIG_SPL
#define CONFIG_SPL_15KB
#define IROM_FNPTR_BASE                         0x020200A0
#define SECCOND_BOOT_INFORM_OFFSET              0x00000028
#define SDMMC_DEV_OFFSET                        0x00000000
#define EMMC_DEV_OFFSET                         0x00000014

#ifdef CONFIG_SECURE_BOOT
#define CONFIG_BOOTCOMMAND	"emmc open 0;movi r z f 0 40000000;emmc close 0;"	\
				"movi read kernel 0 40008000;movi read rootfs 0 41000000 100000;bootz 40008000 41000000"
#else
#define CONFIG_BOOTCOMMAND	"movi read kernel 0 40008000;movi read rootfs 0 41000000 200000;bootz 40008000 41000000"
#endif

#define CONFIG_BOOTCOMMAND_VIA_SCRIPT "movi init 1;fatload mmc 1 0x40000000 booting_script;source 0x40000000"

#define CONFIG_RECOVERYCOMMAND_1st_SDMMC	\
		"movi init 1;"			\
		"emmc open 1;"			\
		"movi r f 0 0x40000000;"	\
		"movi r b 0 0x40008000;"	\
		"movi r u 0 0x42000000;"	\
		"movi r t 0 0x42100000;"	\
		"movi w z f 1 0x40000000;"	\
		"movi w z b 1 0x40008000;"	\
		"movi w z u 1 0x42000000;"	\
		"movi w z t 1 0x42100000;"	\
		"emmc close 1;"

#define CONFIG_RECOVERYCOMMAND_SDMMC	\
		"emmc partition 0 10 0;"	\
		"mmc erase user 0 1072 1;"	\
		"movi r f 1 40000000;emmc open 0;movi w z f 0 40000000;emmc close 0;"	\
		"movi r b 1 40000000;emmc open 0;movi w z b 0 40000000;emmc close 0;"	\
		"movi r u 1 40000000;emmc open 0;movi w z u 0 40000000;emmc close 0;"	\
		"movi r t 1 40000000;emmc open 0;movi w z t 0 40000000;emmc close 0;"	\
		"reset"

#define CONFIG_RECOVERYCOMMAND_USB	\
		"fastboot"

/* Configuration for factory reset mode */
#define CONFIG_FACTORY_RESET_BOOTCOMMAND		\
                "ext3format mmc 0:3;ext3format mmc 0:4;"		\
		"movi read kernel 0 40008000;"				\
		"movi read rootfs 0 41000000 100000;"			\
		"bootz 40008000 41000000"
#define CONFIG_UPDATE_RESET_COMMAND			\
		"reset;"
#define CONFIG_FACTORY_RESET_COMMAND			\
		"ext4format mmc 0:3;ext4format mmc 0:4;reset;"

#define CONFIG_BOOTARGS			"console=ttySAC2,115200 androidboot.hardware=koi"

/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER		/* use "hush" command parser	*/
/* define CONFIG_SYS_PROMPT		"ESPRESSO3250 # "  by surai */
#define CONFIG_SYS_PROMPT		"KOI # "
#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE		384	/* Print Buffer Size */
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
#define CONFIG_DEFAULT_CONSOLE		"console=ttySAC1,115200n8\0"
/* Boot Argument Buffer Size */
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
/* memtest works on */
#define CONFIG_SYS_MEMTEST_START	CONFIG_SYS_SDRAM_BASE
#define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x5E00000)
#define CONFIG_SYS_LOAD_ADDR		CONFIG_SYS_TEXT_BASE

#define CONFIG_SYS_HZ			1000


/* Stack sizes */
#define CONFIG_STACKSIZE		(256 << 10)	/* 256KB */

#define CONFIG_NR_DRAM_BANKS	8
#define SDRAM_BANK_SIZE		(64UL << 20UL)	/* 64 MB */
#define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE
#define PHYS_SDRAM_1_SIZE	SDRAM_BANK_SIZE
#define PHYS_SDRAM_2		(CONFIG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE)
#define PHYS_SDRAM_2_SIZE	SDRAM_BANK_SIZE
#define PHYS_SDRAM_3		(CONFIG_SYS_SDRAM_BASE + (2 * SDRAM_BANK_SIZE))
#define PHYS_SDRAM_3_SIZE	SDRAM_BANK_SIZE
#define PHYS_SDRAM_4		(CONFIG_SYS_SDRAM_BASE + (3 * SDRAM_BANK_SIZE))
#define PHYS_SDRAM_4_SIZE	SDRAM_BANK_SIZE
#define PHYS_SDRAM_5		(CONFIG_SYS_SDRAM_BASE + (4 * SDRAM_BANK_SIZE))
#define PHYS_SDRAM_5_SIZE	SDRAM_BANK_SIZE
#define PHYS_SDRAM_6		(CONFIG_SYS_SDRAM_BASE + (5 * SDRAM_BANK_SIZE))
#define PHYS_SDRAM_6_SIZE	SDRAM_BANK_SIZE
#define PHYS_SDRAM_7		(CONFIG_SYS_SDRAM_BASE + (6 * SDRAM_BANK_SIZE))
#define PHYS_SDRAM_7_SIZE	SDRAM_BANK_SIZE
#define PHYS_SDRAM_8		(CONFIG_SYS_SDRAM_BASE + (7 * SDRAM_BANK_SIZE))
#define PHYS_SDRAM_8_SIZE	(SDRAM_BANK_SIZE -								\
											CONFIG_TRUSTZONE_RESERVED_DRAM)

#define CONFIG_SYS_MONITOR_BASE	0x00000000

/* FLASH and environment organization */
#define CONFIG_SYS_NO_FLASH
#undef CONFIG_CMD_IMLS

#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV		0


/* Power Management is enabled */
#define CONFIG_PM
#define CONFIG_PM_VDD_ARM		1000
#define CONFIG_PM_VDD_INT		1000
#define CONFIG_PM_VDD_G3D		1000
#define CONFIG_PM_VDD_MIF		1100
#define CONFIG_PM_VDD_MEM		1200

#define CONFIG_PMIC_S5M8767A
#define CONFIG_PMIC_WAIT_LOW_JITTER

/* Bootloader Recovery */
#undef CONFIG_RECOVERY_MODE

/* Boot configuration */
#define BOOT_ONENAND		0x1
#define BOOT_NAND		0x40000
#define BOOT_MMCSD		0x3
#define BOOT_NOR		0x4
#define BOOT_SEC_DEV		0x5
#define BOOT_EMMC		0x6
#define BOOT_EMMC_4_4		0x7
#define BOOT_EMMC_5_0		BOOT_EMMC_4_4
#define BOOT_USB                0x100

/* Boot device */
#define SDMMC_CH2               0x0
#define SDMMC_CH0               0x4
#define EMMC                    0x14
#define SATA                    0x18
#define SPI_SF                  0x28
#define SFMC                    0x34
#define USB                     0x40

/* Configuration of ENV size on mmc */
#define CONFIG_ENV_SIZE		(16 << 10)	/* 16 KB */

#define CONFIG_BOOT_LOGO
/* #define CONFIG_CHARGER_LOGO */
#define CONFIG_BOOT
#define CONFIG_MISC
/*#define CONFIG_RECOVERY*/
#define CONFIG_KERNEL_RECOVERY_MODE

#define CONFIG_RECOVERY_PARTITION_BLK	0x8D00
#define CONFIG_BOOT_PARTITION_BLK	0x71bd10
#define CONFIG_KERNEL_BOOT_CMD "bootz 40008000 41000000"
#define CONFIG_WORK_RAM_ADDR 0x48000000
#define CONFIG_KERNEL_BASE_RAM_ADDR 0x40008000
#define CONFIG_RAMDISK_BASE_RAM_ADDR 0x41000000

#define CONFIG_LOCKING

#include <asm/arch/movi_partition.h>

/* Configuration of ROOTFS_ATAGS */
#define CONFIG_ROOTFS_ATAGS
#ifdef CONFIG_ROOTFS_ATAGS
#define CONFIG_EXTRA_ENV_SETTINGS       "rootfslen= 100000\0"
/*
#define CONFIG_EXTRA_ENV_SETTINGS       "rootfslen= 100000\0" \
			"partitions=" CONFIG_GPT_ENV \
			"make_gpt_part= gpt write mmc 0 $partitions\0"
*/
#endif
/* Configuration for Partition */
#define CONFIG_DOS_PARTITION
#define CONFIG_NVDATA_PARTITION
#define CFG_PARTITION_START     0x8300000
#define CONFIG_IRAM_STACK	0x02060000

#define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_LOAD_ADDR - 0x1000000)

/* Disable devicetree support */
/* #define CONFIG_OF_LIBFDT */

/* Base address for secondary boot information */
#define CONFIG_SECONDARY_BOOT_INFORM_BASE	(CONFIG_SYS_TEXT_BASE - 0x8)

/* Configurateion of LCD */
#define CONFIG_EXYNOS_FB
#define CONFIG_USE_LCD
#define CONFIG_FB_ADDR		0x5F800000

/* #define CONFIG_JDI_LCD */
#define CONFIG_SHARP_LCD
/* #define CONFIG_SHIRI_LCD */
#define CONFIG_BACKLIGHT_SUBCPU
#define CONFIG_EXYNOS_MIPI_DSIM
#define CONFIG_CMD_LCD
#define CONFIG_CMD_LCDTEXT
/* #define CONFIG_S5P_LCD_INIT */

/* Offset for pmu reset status */
#define RST_STAT_OFFSET			0x404

/* RST_STAT */
#define SWRESET			(1 << 29)
#define WRESET			(1 << 28)
#define ISP_ARM_WDTRESET	(1 << 25)
#define SYS_WDTRESET		(1 << 20)
#define PINRESET		(1 << 16)

/* INFORM4 assignment */
#define CONFIG_FACTORY_RESET_MODE		0xf
#define CONFIG_UPDATE_RESET_MODE		0x6
#define CONFIG_FASTBOOT_MODE			0xD
#define CONFIG_INFORM_PANIC				0xa

/* generate bootloader.img */
#define CONFIG_INTEGRATED_IMG

/* version-bootloader */
#define VERSION_BOOTLOADER "KOI014"

#define CONFIG_AUTO_FW_WRITE

#endif	/* __CONFIG_H */