]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/omap3_beagle.h
mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform
[people/ms/u-boot.git] / include / configs / omap3_beagle.h
CommitLineData
f904cdbb
DB
1/*
2 * (C) Copyright 2006-2008
3 * Texas Instruments.
4 * Richard Woodruff <r-woodruff2@ti.com>
5 * Syed Mohammed Khasim <x0khasim@ti.com>
6 *
7 * Configuration settings for the TI OMAP3530 Beagle board.
8 *
3765b3e7 9 * SPDX-License-Identifier: GPL-2.0+
f904cdbb
DB
10 */
11
12#ifndef __CONFIG_H
13#define __CONFIG_H
f904cdbb
DB
14
15/*
16 * High Level Configuration Options
17 */
f904cdbb
DB
18#define CONFIG_OMAP 1 /* in a TI OMAP core */
19#define CONFIG_OMAP34XX 1 /* which is a 34XX */
f904cdbb 20#define CONFIG_OMAP3_BEAGLE 1 /* working with BEAGLE */
308252ad 21#define CONFIG_OMAP_GPIO
806d2792 22#define CONFIG_OMAP_COMMON
f904cdbb 23
cae377b5
VH
24#define CONFIG_SDRC /* The chip has SDRC controller */
25
f904cdbb
DB
26#include <asm/arch/cpu.h> /* get chip and board defs */
27#include <asm/arch/omap3.h>
28
6a6b62e3
SP
29/*
30 * Display CPU and Board information
31 */
32#define CONFIG_DISPLAY_CPUINFO 1
33#define CONFIG_DISPLAY_BOARDINFO 1
34
f904cdbb
DB
35/* Clock Defines */
36#define V_OSCK 26000000 /* Clock output from T2 */
37#define V_SCLK (V_OSCK >> 1)
38
f904cdbb
DB
39#define CONFIG_MISC_INIT_R
40
03a2075a
TR
41#define CONFIG_OF_LIBFDT
42#define CONFIG_CMD_BOOTZ
b485556b 43
f904cdbb
DB
44#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
45#define CONFIG_SETUP_MEMORY_TAGS 1
46#define CONFIG_INITRD_TAG 1
47#define CONFIG_REVISION_TAG 1
48
49/*
50 * Size of malloc() pool
51 */
9c44ddcc 52#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
f904cdbb 53 /* Sector */
9c44ddcc 54#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10))
f904cdbb
DB
55
56/*
57 * Hardware drivers
58 */
59
60/*
61 * NS16550 Configuration
62 */
63#define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */
64
65#define CONFIG_SYS_NS16550
66#define CONFIG_SYS_NS16550_SERIAL
67#define CONFIG_SYS_NS16550_REG_SIZE (-4)
68#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
69
70/*
71 * select serial console configuration
72 */
73#define CONFIG_CONS_INDEX 3
74#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
75#define CONFIG_SERIAL3 3 /* UART3 on Beagle Rev 2 */
76
77/* allow to overwrite serial and ethaddr */
78#define CONFIG_ENV_OVERWRITE
79#define CONFIG_BAUDRATE 115200
80#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
81 115200}
0cd31144 82#define CONFIG_GENERIC_MMC 1
f904cdbb 83#define CONFIG_MMC 1
0cd31144 84#define CONFIG_OMAP_HSMMC 1
f904cdbb
DB
85#define CONFIG_DOS_PARTITION 1
86
70d8c944
JK
87/* Status LED */
88#define CONFIG_STATUS_LED 1
89#define CONFIG_BOARD_SPECIFIC_LED 1
90#define STATUS_LED_BIT 0x01
91#define STATUS_LED_STATE STATUS_LED_ON
92#define STATUS_LED_PERIOD (CONFIG_SYS_HZ / 2)
93#define STATUS_LED_BIT1 0x02
94#define STATUS_LED_STATE1 STATUS_LED_ON
95#define STATUS_LED_PERIOD1 (CONFIG_SYS_HZ / 2)
96#define STATUS_LED_BOOT STATUS_LED_BIT
97#define STATUS_LED_GREEN STATUS_LED_BIT1
98
f74fc4ae
JK
99/* Enable Multi Bus support for I2C */
100#define CONFIG_I2C_MULTI_BUS 1
101
102/* Probe all devices */
8c4e0ca6 103#define CONFIG_SYS_I2C_NOPROBES {{0x0, 0x0}}
f74fc4ae 104
25374bfb 105/* USB */
c2af345e
IY
106#define CONFIG_MUSB_GADGET
107#define CONFIG_USB_MUSB_OMAP2PLUS
108#define CONFIG_MUSB_PIO_ONLY
109#define CONFIG_USB_GADGET_DUALSPEED
25374bfb 110#define CONFIG_TWL4030_USB 1
c642b151
IY
111#define CONFIG_USB_ETHER
112#define CONFIG_USB_ETHER_RNDIS
25374bfb 113
d90859a6
AH
114/* USB EHCI */
115#define CONFIG_CMD_USB
116#define CONFIG_USB_EHCI
928c4bdf 117
29321c05 118#define CONFIG_USB_EHCI_OMAP
29321c05
IY
119#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 147
120
928c4bdf
G
121#define CONFIG_USB_ULPI
122#define CONFIG_USB_ULPI_VIEWPORT_OMAP
123
d90859a6 124#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
2162439a
KK
125#define CONFIG_USB_HOST_ETHER
126#define CONFIG_USB_ETHER_SMSC95XX
54b62d59 127#define CONFIG_USB_ETHER_ASIX
2162439a 128
d90859a6 129
f904cdbb
DB
130/* commands to include */
131#include <config_cmd_default.h>
132
776bebb7
TR
133#define CONFIG_CMD_ASKENV
134
95c6f6d3 135#define CONFIG_CMD_CACHE
f904cdbb
DB
136#define CONFIG_CMD_EXT2 /* EXT2 Support */
137#define CONFIG_CMD_FAT /* FAT support */
102ce9ea 138#define CONFIG_CMD_FS_GENERIC /* Generic FS support */
917cfc70 139#define CONFIG_CMD_MTDPARTS /* Enable MTD parts commands */
942556a9 140#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
917cfc70
NM
141#define MTDIDS_DEFAULT "nand0=nand"
142#define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\
143 "1920k(u-boot),128k(u-boot-env),"\
144 "4m(kernel),-(fs)"
f904cdbb
DB
145
146#define CONFIG_CMD_I2C /* I2C serial bus support */
147#define CONFIG_CMD_MMC /* MMC support */
d90859a6 148#define CONFIG_USB_STORAGE /* USB storage support */
f904cdbb 149#define CONFIG_CMD_NAND /* NAND support */
70d8c944 150#define CONFIG_CMD_LED /* LED support */
2162439a
KK
151#define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
152#define CONFIG_CMD_NFS /* NFS support */
153#define CONFIG_CMD_PING
54b62d59 154#define CONFIG_CMD_DHCP
933d3701 155#define CONFIG_CMD_SETEXPR /* Evaluate expressions */
aae58b95 156#define CONFIG_CMD_GPIO /* Enable gpio command */
f904cdbb
DB
157
158#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
159#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
160#undef CONFIG_CMD_IMI /* iminfo */
161#undef CONFIG_CMD_IMLS /* List all found images */
f904cdbb
DB
162
163#define CONFIG_SYS_NO_FLASH
0297ec7e 164#define CONFIG_HARD_I2C 1
f904cdbb
DB
165#define CONFIG_SYS_I2C_SPEED 100000
166#define CONFIG_SYS_I2C_SLAVE 1
ca5f80ae 167#define CONFIG_I2C_MULTI_BUS 1
f904cdbb 168#define CONFIG_DRIVER_OMAP34XX_I2C 1
25a4d017 169#define CONFIG_VIDEO_OMAP3 /* DSS Support */
f904cdbb 170
2c155130
TR
171/*
172 * TWL4030
173 */
174#define CONFIG_TWL4030_POWER 1
175#define CONFIG_TWL4030_LED 1
176
f904cdbb
DB
177/*
178 * Board NAND Info.
179 */
60c23173 180#define CONFIG_SYS_NAND_QUIET_TEST 1
f904cdbb
DB
181#define CONFIG_NAND_OMAP_GPMC
182#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
183 /* to access nand */
184#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
185 /* to access nand at */
186 /* CS0 */
187#define GPMC_NAND_ECC_LP_x16_LAYOUT 1
188
189#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */
190 /* devices */
f904cdbb
DB
191
192/* Environment information */
1dd07fe8 193#define CONFIG_BOOTDELAY 3
f904cdbb
DB
194
195#define CONFIG_EXTRA_ENV_SETTINGS \
f4b36ea9
JK
196 "loadaddr=0x80200000\0" \
197 "rdaddr=0x81000000\0" \
2ade496f
NM
198 "fdt_high=0xffffffff\0" \
199 "fdtaddr=0x80f80000\0" \
25374bfb 200 "usbtty=cdc_acm\0" \
a33e3c79 201 "bootfile=uImage\0" \
102ce9ea
NM
202 "ramdisk=ramdisk.gz\0" \
203 "bootdir=/boot\0" \
204 "bootpart=0:2\0" \
27b8c8f2 205 "console=ttyO2,115200n8\0" \
f6e593bb 206 "mpurate=auto\0" \
847b83d0 207 "buddy=none\0" \
c522eac4
JK
208 "optargs=\0" \
209 "camera=none\0" \
13d2cb98 210 "vram=12M\0" \
f4b36ea9 211 "dvimode=640x480MR-16@60\0" \
13d2cb98 212 "defaultdisplay=dvi\0" \
0cd31144 213 "mmcdev=0\0" \
13d2cb98
SS
214 "mmcroot=/dev/mmcblk0p2 rw\0" \
215 "mmcrootfstype=ext3 rootwait\0" \
3c6e50d7
SS
216 "nandroot=ubi0:rootfs ubi.mtd=4\0" \
217 "nandrootfstype=ubifs\0" \
f4b36ea9
JK
218 "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M\0" \
219 "ramrootfstype=ext2\0" \
f904cdbb 220 "mmcargs=setenv bootargs console=${console} " \
c522eac4 221 "${optargs} " \
5af32460 222 "mpurate=${mpurate} " \
b1660314 223 "buddy=${buddy} "\
c522eac4 224 "camera=${camera} "\
13d2cb98
SS
225 "vram=${vram} " \
226 "omapfb.mode=dvi:${dvimode} " \
13d2cb98
SS
227 "omapdss.def_disp=${defaultdisplay} " \
228 "root=${mmcroot} " \
229 "rootfstype=${mmcrootfstype}\0" \
f904cdbb 230 "nandargs=setenv bootargs console=${console} " \
c522eac4 231 "${optargs} " \
5af32460 232 "mpurate=${mpurate} " \
b1660314 233 "buddy=${buddy} "\
c522eac4 234 "camera=${camera} "\
13d2cb98
SS
235 "vram=${vram} " \
236 "omapfb.mode=dvi:${dvimode} " \
13d2cb98
SS
237 "omapdss.def_disp=${defaultdisplay} " \
238 "root=${nandroot} " \
239 "rootfstype=${nandrootfstype}\0" \
2ade496f
NM
240 "findfdt=" \
241 "if test $beaglerev = AxBx; then " \
242 "setenv fdtfile omap3-beagle.dtb; fi; " \
243 "if test $beaglerev = Cx; then " \
244 "setenv fdtfile omap3-beagle.dtb; fi; " \
245 "if test $beaglerev = xMAB; then " \
246 "setenv fdtfile omap3-beagle-xm.dtb; fi; " \
247 "if test $beaglerev = xMC; then " \
248 "setenv fdtfile omap3-beagle-xm.dtb; fi; " \
249 "if test $fdtfile = undefined; then " \
250 "echo WARNING: Could not determine device tree to use; fi; \0" \
f835ea71
JK
251 "bootenv=uEnv.txt\0" \
252 "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
cf073e49
AH
253 "importbootenv=echo Importing environment from mmc ...; " \
254 "env import -t $loadaddr $filesize\0" \
f4b36ea9
JK
255 "ramargs=setenv bootargs console=${console} " \
256 "${optargs} " \
257 "mpurate=${mpurate} " \
258 "buddy=${buddy} "\
259 "vram=${vram} " \
260 "omapfb.mode=dvi:${dvimode} " \
261 "omapdss.def_disp=${defaultdisplay} " \
262 "root=${ramroot} " \
263 "rootfstype=${ramrootfstype}\0" \
102ce9ea
NM
264 "loadramdisk=load mmc ${bootpart} ${rdaddr} ${bootdir}/${ramdisk}\0" \
265 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
2ade496f 266 "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
f904cdbb
DB
267 "mmcboot=echo Booting from mmc ...; " \
268 "run mmcargs; " \
269 "bootm ${loadaddr}\0" \
ea70690d
NM
270 "mmcbootz=echo Booting with DT from mmc${mmcdev} ...; " \
271 "run mmcargs; " \
272 "bootz ${loadaddr} - ${fdtaddr}\0" \
f904cdbb
DB
273 "nandboot=echo Booting from nand ...; " \
274 "run nandargs; " \
275 "nand read ${loadaddr} 280000 400000; " \
276 "bootm ${loadaddr}\0" \
f4b36ea9
JK
277 "ramboot=echo Booting from ramdisk ...; " \
278 "run ramargs; " \
279 "bootm ${loadaddr}\0" \
aae58b95
JF
280 "userbutton=if gpio input 173; then run userbutton_xm; " \
281 "else run userbutton_nonxm; fi;\0" \
282 "userbutton_xm=gpio input 4;\0" \
283 "userbutton_nonxm=gpio input 7;\0"
d7aff44a 284/* "run userbutton" will return 1 (false) if pressed and 0 (true) if not */
f904cdbb 285#define CONFIG_BOOTCOMMAND \
2ade496f 286 "run findfdt; " \
66968110 287 "mmc dev ${mmcdev}; if mmc rescan; then " \
aae58b95
JF
288 "if run userbutton; then " \
289 "setenv bootenv uEnv.txt;" \
290 "else " \
f835ea71
JK
291 "setenv bootenv user.txt;" \
292 "fi;" \
cf073e49
AH
293 "echo SD/MMC found on device ${mmcdev};" \
294 "if run loadbootenv; then " \
f835ea71 295 "echo Loaded environment from ${bootenv};" \
cf073e49
AH
296 "run importbootenv;" \
297 "fi;" \
298 "if test -n $uenvcmd; then " \
299 "echo Running uenvcmd ...;" \
300 "run uenvcmd;" \
301 "fi;" \
102ce9ea 302 "if run loadimage; then " \
cf073e49
AH
303 "run mmcboot;" \
304 "fi;" \
305 "fi;" \
306 "run nandboot;" \
ea70690d
NM
307 "setenv bootfile zImage;" \
308 "if run loadimage; then " \
309 "run loadfdt;" \
310 "run mmcbootz; " \
311 "fi; " \
f904cdbb
DB
312
313#define CONFIG_AUTO_COMPLETE 1
314/*
315 * Miscellaneous configurable options
316 */
f904cdbb
DB
317#define CONFIG_SYS_LONGHELP /* undef to save memory */
318#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
1270ec13 319#define CONFIG_SYS_PROMPT "OMAP3 beagleboard.org # "
f62b1257 320#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
f904cdbb
DB
321/* Print Buffer Size */
322#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
323 sizeof(CONFIG_SYS_PROMPT) + 16)
933d3701 324#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
f904cdbb
DB
325/* Boot Argument Buffer Size */
326#define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
327
780a97f8
JK
328#define CONFIG_SYS_ALT_MEMTEST 1
329#define CONFIG_SYS_MEMTEST_START (0x82000000) /* memtest */
330 /* defaults */
331#define CONFIG_SYS_MEMTEST_END (0x87FFFFFF) /* 128MB */
332#define CONFIG_SYS_MEMTEST_SCRATCH (0x81000000) /* dummy address */
f904cdbb 333
f904cdbb
DB
334#define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0) /* default */
335 /* load address */
336
337/*
d3a513c2
MP
338 * OMAP3 has 12 GP timers, they can be driven by the system clock
339 * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK).
340 * This rate is divided by a local divisor.
f904cdbb 341 */
f904cdbb 342#define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2)
d3a513c2 343#define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
f904cdbb 344
f904cdbb
DB
345/*-----------------------------------------------------------------------
346 * Physical Memory Map
347 */
348#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
349#define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0
f904cdbb
DB
350#define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1
351
f904cdbb
DB
352/*-----------------------------------------------------------------------
353 * FLASH and environment organization
354 */
355
356/* **** PISMO SUPPORT *** */
357
358/* Configure the PISMO */
359#define PISMO1_NAND_SIZE GPMC_SIZE_128M
360#define PISMO1_ONEN_SIZE GPMC_SIZE_128M
361
9c44ddcc 362#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
f904cdbb 363
6cbec7b3
LC
364#if defined(CONFIG_CMD_NAND)
365#define CONFIG_SYS_FLASH_BASE PISMO1_NAND_BASE
366#endif
f904cdbb
DB
367
368/* Monitor at start of flash */
369#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
370#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
371
372#define CONFIG_ENV_IS_IN_NAND 1
373#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
374#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
375
6cbec7b3
LC
376#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
377#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
f904cdbb
DB
378#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
379
561142af 380#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
31bfcf1c
SS
381#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
382#define CONFIG_SYS_INIT_RAM_SIZE 0x800
383#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
384 CONFIG_SYS_INIT_RAM_SIZE - \
385 GENERATED_GBL_DATA_SIZE)
561142af 386
53736baa
DB
387#define CONFIG_OMAP3_SPI
388
8e40852f
A
389#define CONFIG_SYS_CACHELINE_SIZE 64
390
75c57a35
TR
391/* Defines for SPL */
392#define CONFIG_SPL
47f7bcae 393#define CONFIG_SPL_FRAMEWORK
75c57a35
TR
394#define CONFIG_SPL_NAND_SIMPLE
395#define CONFIG_SPL_TEXT_BASE 0x40200800
e0820ccc 396#define CONFIG_SPL_MAX_SIZE (54 * 1024) /* 8 KB for stack */
75c57a35
TR
397#define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
398
399#define CONFIG_SPL_BSS_START_ADDR 0x80000000
400#define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */
401
402#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */
403#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x200 /* 256 KB */
404#define CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION 1
405#define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
406
49175c49 407#define CONFIG_SPL_BOARD_INIT
75c57a35
TR
408#define CONFIG_SPL_LIBCOMMON_SUPPORT
409#define CONFIG_SPL_LIBDISK_SUPPORT
410#define CONFIG_SPL_I2C_SUPPORT
411#define CONFIG_SPL_LIBGENERIC_SUPPORT
412#define CONFIG_SPL_MMC_SUPPORT
413#define CONFIG_SPL_FAT_SUPPORT
414#define CONFIG_SPL_SERIAL_SUPPORT
415#define CONFIG_SPL_NAND_SUPPORT
6f2f01b9
SW
416#define CONFIG_SPL_NAND_BASE
417#define CONFIG_SPL_NAND_DRIVERS
418#define CONFIG_SPL_NAND_ECC
16e41c85 419#define CONFIG_SPL_GPIO_SUPPORT
75c57a35
TR
420#define CONFIG_SPL_POWER_SUPPORT
421#define CONFIG_SPL_OMAP3_ID_NAND
422#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
423
424/* NAND boot config */
425#define CONFIG_SYS_NAND_5_ADDR_CYCLE
426#define CONFIG_SYS_NAND_PAGE_COUNT 64
427#define CONFIG_SYS_NAND_PAGE_SIZE 2048
428#define CONFIG_SYS_NAND_OOBSIZE 64
429#define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024)
430#define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
431#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9,\
432 10, 11, 12, 13}
433#define CONFIG_SYS_NAND_ECCSIZE 512
434#define CONFIG_SYS_NAND_ECCBYTES 3
75c57a35
TR
435#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE
436#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
437
438/*
439 * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
440 * 64 bytes before this address should be set aside for u-boot.img's
441 * header. That is 0x800FFFC0--0x80100000 should not be used for any
442 * other needs.
443 */
444#define CONFIG_SYS_TEXT_BASE 0x80100000
445#define CONFIG_SYS_SPL_MALLOC_START 0x80208000
446#define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000
447
f904cdbb 448#endif /* __CONFIG_H */