Lines Matching full:kb
61 /* Lx60 can only map 128kb memory (instead of 256kb) when running under OCD */
63 # define CONFIG_SYS_MONITOR_LEN 0x00020000 /* 128KB */
65 # define CONFIG_SYS_MONITOR_LEN 0x00040000 /* 256KB */
68 #define CONFIG_SYS_MALLOC_LEN (256 << 10) /* heap 256KB */
156 * Bit 7 maps the first 128KB of ROM address space at CONFIG_SYS_ROM_BASE to
201 # define CONFIG_SYS_FLASH_SECT_SZ 0x10000 /* block size 64KB */
202 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x2000 /* param size 8KB */
207 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */
208 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x8000 /* param size 32KB */
213 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */
214 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x8000 /* param size 32KB */
223 * Put environment in top block (64kB)
224 * Another option would be to put env. in 2nd param block offs 8KB, size 8KB