Lines Matching +full:256 +full:kb
51 * noMMU configurations can only see first 256MB of onboard memory.
62 /* Lx60 can only map 128kb memory (instead of 256kb) when running under OCD */
64 # define CONFIG_SYS_MONITOR_LEN 0x00020000 /* 128KB */
66 # define CONFIG_SYS_MONITOR_LEN 0x00040000 /* 256KB */
69 #define CONFIG_SYS_MALLOC_LEN (256 << 10) /* heap 256KB */
164 * Bit 7 maps the first 128KB of ROM address space at CONFIG_SYS_ROM_BASE to
212 # define CONFIG_SYS_FLASH_SECT_SZ 0x10000 /* block size 64KB */
213 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x2000 /* param size 8KB */
218 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */
219 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x8000 /* param size 32KB */
224 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */
225 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x8000 /* param size 32KB */
235 * Put environment in top block (64kB)
236 * Another option would be to put env. in 2nd param block offs 8KB, size 8KB