1 /* 2 * Copyright (C) Freescale Semiconductor, Inc. 2006. 3 * 4 * (C) Copyright 2010 5 * Heiko Schocher, DENX Software Engineering, hs@denx.de. 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 /* 10 * ve8313 board configuration file 11 */ 12 13 #ifndef __CONFIG_H 14 #define __CONFIG_H 15 16 /* 17 * High Level Configuration Options 18 */ 19 #define CONFIG_E300 1 20 #define CONFIG_MPC831x 1 21 #define CONFIG_MPC8313 1 22 23 #define CONFIG_PCI_INDIRECT_BRIDGE 1 24 #define CONFIG_FSL_ELBC 1 25 26 /* 27 * On-board devices 28 * 29 */ 30 #define CONFIG_83XX_CLKIN 32000000 /* in Hz */ 31 32 #define CONFIG_SYS_CLK_FREQ CONFIG_83XX_CLKIN 33 34 #define CONFIG_SYS_IMMR 0xE0000000 35 36 #define CONFIG_SYS_MEMTEST_START 0x00001000 37 #define CONFIG_SYS_MEMTEST_END 0x07000000 38 39 #define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth */ 40 #define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count */ 41 42 /* 43 * Device configurations 44 */ 45 46 /* 47 * DDR Setup 48 */ 49 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ 50 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 51 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE 52 53 /* 54 * Manually set up DDR parameters, as this board does not 55 * have the SPD connected to I2C. 56 */ 57 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ 58 #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \ 59 | CSCONFIG_AP \ 60 | CSCONFIG_ODT_RD_NEVER \ 61 | CSCONFIG_ODT_WR_ALL \ 62 | CSCONFIG_ROW_BIT_13 \ 63 | CSCONFIG_COL_BIT_10) 64 /* 0x80840102 */ 65 66 #define CONFIG_SYS_DDR_TIMING_3 0x00000000 67 #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \ 68 | (0 << TIMING_CFG0_WRT_SHIFT) \ 69 | (3 << TIMING_CFG0_RRT_SHIFT) \ 70 | (2 << TIMING_CFG0_WWT_SHIFT) \ 71 | (7 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \ 72 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \ 73 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \ 74 | (2 << TIMING_CFG0_MRS_CYC_SHIFT)) 75 /* 0x0e720802 */ 76 #define CONFIG_SYS_DDR_TIMING_1 ((2 << TIMING_CFG1_PRETOACT_SHIFT) \ 77 | (6 << TIMING_CFG1_ACTTOPRE_SHIFT) \ 78 | (2 << TIMING_CFG1_ACTTORW_SHIFT) \ 79 | (5 << TIMING_CFG1_CASLAT_SHIFT) \ 80 | (6 << TIMING_CFG1_REFREC_SHIFT) \ 81 | (2 << TIMING_CFG1_WRREC_SHIFT) \ 82 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \ 83 | (2 << TIMING_CFG1_WRTORD_SHIFT)) 84 /* 0x26256222 */ 85 #define CONFIG_SYS_DDR_TIMING_2 ((0 << TIMING_CFG2_ADD_LAT_SHIFT) \ 86 | (5 << TIMING_CFG2_CPO_SHIFT) \ 87 | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \ 88 | (1 << TIMING_CFG2_RD_TO_PRE_SHIFT) \ 89 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \ 90 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \ 91 | (7 << TIMING_CFG2_FOUR_ACT_SHIFT)) 92 /* 0x029028c7 */ 93 #define CONFIG_SYS_DDR_INTERVAL ((0x320 << SDRAM_INTERVAL_REFINT_SHIFT) \ 94 | (0x2000 << SDRAM_INTERVAL_BSTOPRE_SHIFT)) 95 /* 0x03202000 */ 96 #define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \ 97 | SDRAM_CFG_SDRAM_TYPE_DDR2 \ 98 | SDRAM_CFG_DBW_32) 99 /* 0x43080000 */ 100 #define CONFIG_SYS_SDRAM_CFG2 0x00401000 101 #define CONFIG_SYS_DDR_MODE ((0x4440 << SDRAM_MODE_ESD_SHIFT) \ 102 | (0x0232 << SDRAM_MODE_SD_SHIFT)) 103 /* 0x44400232 */ 104 #define CONFIG_SYS_DDR_MODE_2 0x8000C000 105 106 #define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05 107 /*0x02000000*/ 108 #define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \ 109 | DDRCDR_PZ_NOMZ \ 110 | DDRCDR_NZ_NOMZ \ 111 | DDRCDR_M_ODR) 112 /* 0x73000002 */ 113 114 /* 115 * FLASH on the Local Bus 116 */ 117 #define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */ 118 #define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */ 119 #define CONFIG_SYS_FLASH_BASE 0xFE000000 120 #define CONFIG_SYS_FLASH_SIZE 32 /* size in MB */ 121 #define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */ 122 #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* buffer up multiple bytes */ 123 124 #define CONFIG_SYS_NOR_BR_PRELIM (CONFIG_SYS_FLASH_BASE \ 125 | BR_PS_16 /* 16 bit */ \ 126 | BR_MS_GPCM /* MSEL = GPCM */ \ 127 | BR_V) /* valid */ 128 #define CONFIG_SYS_NOR_OR_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \ 129 | OR_GPCM_CSNT \ 130 | OR_GPCM_ACS_DIV4 \ 131 | OR_GPCM_SCY_5 \ 132 | OR_GPCM_TRLX_SET \ 133 | OR_GPCM_EAD) 134 /* 0xfe000c55 */ 135 136 #define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE 137 #define CONFIG_SYS_LBLAWAR0_PRELIM (LBLAWAR_EN | LBLAWAR_32MB) 138 139 #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */ 140 #define CONFIG_SYS_MAX_FLASH_SECT 256 /* sectors per dev */ 141 142 #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ 143 #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ 144 145 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ 146 147 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) 148 #define CONFIG_SYS_RAMBOOT 149 #endif 150 151 #define CONFIG_SYS_INIT_RAM_LOCK 1 152 #define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM address */ 153 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/ 154 155 #define CONFIG_SYS_GBL_DATA_OFFSET \ 156 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) 157 #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET 158 159 /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */ 160 #define CONFIG_SYS_MONITOR_LEN (384 * 1024) 161 #define CONFIG_SYS_MALLOC_LEN (512 * 1024) 162 163 /* 164 * Local Bus LCRR and LBCR regs 165 */ 166 #define CONFIG_SYS_LCRR_EADC LCRR_EADC_3 167 #define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_2 168 169 #define CONFIG_SYS_LBC_LBCR 0x00040000 170 171 #define CONFIG_SYS_LBC_MRTPR 0x20000000 172 173 /* 174 * NAND settings 175 */ 176 #define CONFIG_SYS_NAND_BASE 0x61000000 177 #define CONFIG_SYS_MAX_NAND_DEVICE 1 178 #define CONFIG_NAND_FSL_ELBC 1 179 #define CONFIG_SYS_NAND_BLOCK_SIZE 16384 180 181 #define CONFIG_SYS_NAND_BR_PRELIM (CONFIG_SYS_NAND_BASE \ 182 | BR_PS_8 \ 183 | BR_DECC_CHK_GEN \ 184 | BR_MS_FCM \ 185 | BR_V) /* valid */ 186 /* 0x61000c21 */ 187 #define CONFIG_SYS_NAND_OR_PRELIM (OR_AM_32KB \ 188 | OR_FCM_BCTLD \ 189 | OR_FCM_CHT \ 190 | OR_FCM_SCY_2 \ 191 | OR_FCM_RST \ 192 | OR_FCM_TRLX) 193 /* 0xffff90ac */ 194 195 #define CONFIG_SYS_BR0_PRELIM CONFIG_SYS_NOR_BR_PRELIM 196 #define CONFIG_SYS_OR0_PRELIM CONFIG_SYS_NOR_OR_PRELIM 197 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM 198 #define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_NAND_OR_PRELIM 199 200 #define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_NAND_BASE 201 #define CONFIG_SYS_LBLAWAR1_PRELIM (LBLAWAR_EN | LBLAWAR_32KB) 202 203 #define CONFIG_SYS_NAND_LBLAWBAR_PRELIM CONFIG_SYS_LBLAWBAR1_PRELIM 204 #define CONFIG_SYS_NAND_LBLAWAR_PRELIM CONFIG_SYS_LBLAWAR1_PRELIM 205 206 /* CS2 NvRAM */ 207 #define CONFIG_SYS_BR2_PRELIM (0x60000000 \ 208 | BR_PS_8 \ 209 | BR_V) 210 /* 0x60000801 */ 211 #define CONFIG_SYS_OR2_PRELIM (OR_AM_128KB \ 212 | OR_GPCM_CSNT \ 213 | OR_GPCM_XACS \ 214 | OR_GPCM_SCY_3 \ 215 | OR_GPCM_TRLX_SET \ 216 | OR_GPCM_EHTR_SET \ 217 | OR_GPCM_EAD) 218 /* 0xfffe0937 */ 219 /* local bus read write buffer mapping SRAM@0x64000000 */ 220 #define CONFIG_SYS_BR3_PRELIM (0x62000000 \ 221 | BR_PS_16 \ 222 | BR_V) 223 /* 0x62001001 */ 224 225 #define CONFIG_SYS_OR3_PRELIM (OR_AM_32MB \ 226 | OR_GPCM_CSNT \ 227 | OR_GPCM_XACS \ 228 | OR_GPCM_SCY_15 \ 229 | OR_GPCM_TRLX_SET \ 230 | OR_GPCM_EHTR_SET \ 231 | OR_GPCM_EAD) 232 /* 0xfe0009f7 */ 233 234 /* 235 * Serial Port 236 */ 237 #define CONFIG_SYS_NS16550_SERIAL 238 #define CONFIG_SYS_NS16550_REG_SIZE 1 239 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0) 240 241 #define CONFIG_SYS_BAUDRATE_TABLE \ 242 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200} 243 244 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500) 245 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) 246 247 #if defined(CONFIG_PCI) 248 /* 249 * General PCI 250 * Addresses are mapped 1-1. 251 */ 252 #define CONFIG_SYS_PCI1_MEM_BASE 0x80000000 253 #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE 254 #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */ 255 #define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000 256 #define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE 257 #define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */ 258 #define CONFIG_SYS_PCI1_IO_BASE 0x00000000 259 #define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000 260 #define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */ 261 262 #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */ 263 #endif 264 265 /* 266 * TSEC 267 */ 268 #define CONFIG_TSEC_ENET /* TSEC ethernet support */ 269 270 #define CONFIG_TSEC1 271 #ifdef CONFIG_TSEC1 272 #define CONFIG_HAS_ETH0 273 #define CONFIG_TSEC1_NAME "TSEC1" 274 #define CONFIG_SYS_TSEC1_OFFSET 0x24000 275 #define TSEC1_PHY_ADDR 0x01 276 #define TSEC1_FLAGS 0 277 #define TSEC1_PHYIDX 0 278 #endif 279 280 /* Options are: TSEC[0-1] */ 281 #define CONFIG_ETHPRIME "TSEC1" 282 283 /* 284 * Environment 285 */ 286 #define CONFIG_ENV_ADDR \ 287 (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN) 288 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */ 289 #define CONFIG_ENV_SIZE 0x4000 290 /* Address and size of Redundant Environment Sector */ 291 #define CONFIG_ENV_OFFSET_REDUND \ 292 (CONFIG_ENV_OFFSET + CONFIG_ENV_SECT_SIZE) 293 #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) 294 295 #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ 296 #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ 297 298 /* 299 * BOOTP options 300 */ 301 #define CONFIG_BOOTP_BOOTFILESIZE 302 303 /* 304 * Command line configuration. 305 */ 306 307 /* 308 * Miscellaneous configurable options 309 */ 310 #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ 311 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ 312 313 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot arg Buffer size */ 314 315 /* 316 * For booting Linux, the board info and command line data 317 * have to be in the first 256 MB of memory, since this is 318 * the maximum mapped by the Linux kernel during initialization. 319 */ 320 /* Initial Memory map for Linux*/ 321 #define CONFIG_SYS_BOOTMAPSZ (256 << 20) 322 323 /* 0x64050000 */ 324 #define CONFIG_SYS_HRCW_LOW (\ 325 0x20000000 /* reserved, must be set */ |\ 326 HRCWL_DDRCM |\ 327 HRCWL_CSB_TO_CLKIN_4X1 | \ 328 HRCWL_CORE_TO_CSB_2_5X1) 329 330 /* 0xa0600004 */ 331 #define CONFIG_SYS_HRCW_HIGH (HRCWH_PCI_HOST | \ 332 HRCWH_PCI_ARBITER_ENABLE | \ 333 HRCWH_CORE_ENABLE | \ 334 HRCWH_FROM_0X00000100 | \ 335 HRCWH_BOOTSEQ_DISABLE |\ 336 HRCWH_SW_WATCHDOG_DISABLE |\ 337 HRCWH_ROM_LOC_LOCAL_16BIT | \ 338 HRCWH_TSEC1M_IN_MII | \ 339 HRCWH_BIG_ENDIAN | \ 340 HRCWH_LALE_EARLY) 341 342 /* System IO Config */ 343 #define CONFIG_SYS_SICRH (0x01000000 | \ 344 SICRH_ETSEC2_B | \ 345 SICRH_ETSEC2_C | \ 346 SICRH_ETSEC2_D | \ 347 SICRH_ETSEC2_E | \ 348 SICRH_ETSEC2_F | \ 349 SICRH_ETSEC2_G | \ 350 SICRH_TSOBI1 | \ 351 SICRH_TSOBI2) 352 /* 0x010fff03 */ 353 #define CONFIG_SYS_SICRL (SICRL_LBC | \ 354 SICRL_SPI_A | \ 355 SICRL_SPI_B | \ 356 SICRL_SPI_C | \ 357 SICRL_SPI_D | \ 358 SICRL_ETSEC2_A) 359 /* 0x33fc0003) */ 360 361 #define CONFIG_SYS_HID0_INIT 0x000000000 362 #define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \ 363 HID0_ENABLE_INSTRUCTION_CACHE) 364 365 #define CONFIG_SYS_HID2 HID2_HBE 366 367 #define CONFIG_HIGH_BATS 1 /* High BATs supported */ 368 369 /* DDR @ 0x00000000 */ 370 #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW) 371 #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \ 372 | BATU_BL_256M \ 373 | BATU_VS \ 374 | BATU_VP) 375 376 #if defined(CONFIG_PCI) 377 /* PCI @ 0x80000000 */ 378 #define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_BASE | BATL_PP_RW) 379 #define CONFIG_SYS_IBAT1U (CONFIG_SYS_PCI1_MEM_BASE \ 380 | BATU_BL_256M \ 381 | BATU_VS \ 382 | BATU_VP) 383 #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_MMIO_BASE \ 384 | BATL_PP_RW \ 385 | BATL_CACHEINHIBIT \ 386 | BATL_GUARDEDSTORAGE) 387 #define CONFIG_SYS_IBAT2U (CONFIG_SYS_PCI1_MMIO_BASE \ 388 | BATU_BL_256M \ 389 | BATU_VS \ 390 | BATU_VP) 391 #else 392 #define CONFIG_SYS_IBAT1L (0) 393 #define CONFIG_SYS_IBAT1U (0) 394 #define CONFIG_SYS_IBAT2L (0) 395 #define CONFIG_SYS_IBAT2U (0) 396 #endif 397 398 /* PCI2 not supported on 8313 */ 399 #define CONFIG_SYS_IBAT3L (0) 400 #define CONFIG_SYS_IBAT3U (0) 401 #define CONFIG_SYS_IBAT4L (0) 402 #define CONFIG_SYS_IBAT4U (0) 403 404 /* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */ 405 #define CONFIG_SYS_IBAT5L (CONFIG_SYS_IMMR \ 406 | BATL_PP_RW \ 407 | BATL_CACHEINHIBIT \ 408 | BATL_GUARDEDSTORAGE) 409 #define CONFIG_SYS_IBAT5U (CONFIG_SYS_IMMR \ 410 | BATU_BL_256M \ 411 | BATU_VS \ 412 | BATU_VP) 413 414 /* stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */ 415 #define CONFIG_SYS_IBAT6L (0xF0000000 | BATL_PP_RW | BATL_GUARDEDSTORAGE) 416 #define CONFIG_SYS_IBAT6U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP) 417 418 /* FPGA, SRAM, NAND @ 0x60000000 */ 419 #define CONFIG_SYS_IBAT7L (0x60000000 | BATL_PP_RW | BATL_GUARDEDSTORAGE) 420 #define CONFIG_SYS_IBAT7U (0x60000000 | BATU_BL_256M | BATU_VS | BATU_VP) 421 422 #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L 423 #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U 424 #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L 425 #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U 426 #define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L 427 #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U 428 #define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L 429 #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U 430 #define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L 431 #define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U 432 #define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L 433 #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U 434 #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L 435 #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U 436 #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L 437 #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U 438 439 #define CONFIG_NETDEV eth0 440 441 #define CONFIG_HOSTNAME ve8313 442 #define CONFIG_UBOOTPATH ve8313/u-boot.bin 443 444 #define CONFIG_EXTRA_ENV_SETTINGS \ 445 "netdev=" __stringify(CONFIG_NETDEV) "\0" \ 446 "ethprime=" __stringify(CONFIG_TSEC1_NAME) "\0" \ 447 "u-boot=" __stringify(CONFIG_UBOOTPATH) "\0" \ 448 "u-boot_addr_r=100000\0" \ 449 "load=tftp ${u-boot_addr_r} ${u-boot}\0" \ 450 "update=protect off " __stringify(CONFIG_SYS_FLASH_BASE) \ 451 " +${filesize};" \ 452 "erase " __stringify(CONFIG_SYS_FLASH_BASE) " +${filesize};" \ 453 "cp.b ${u-boot_addr_r} " __stringify(CONFIG_SYS_FLASH_BASE) \ 454 " ${filesize};" \ 455 "protect on " __stringify(CONFIG_SYS_FLASH_BASE) " +${filesize}\0" \ 456 457 #endif /* __CONFIG_H */ 458