Lines Matching full:kib
36 /* Always 128 KiB env size */
287 * 0x000000 - 0x020000 : SPL (128KiB)
288 * 0x020000 - 0x0A0000 : U-Boot (512KiB)
289 * 0x0A0000 - 0x0BFFFF : First copy of U-Boot Environment (128KiB)
290 * 0x0C0000 - 0x0DFFFF : Second copy of U-Boot Environment (128KiB)
302 #define CONFIG_ENV_OFFSET (768 << 10) /* 768 KiB in */
303 #define CONFIG_ENV_OFFSET_REDUND (896 << 10) /* 896 KiB in */
317 #define CONFIG_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
318 #define CONFIG_ENV_OFFSET (512 << 10) /* 512 KiB */
319 #define CONFIG_ENV_OFFSET_REDUND (768 << 10) /* 768 KiB */
343 * Sector Size = 128 KiB
346 * 0x000000 - 0x07FFFF : U-Boot (512 KiB)
347 * 0x080000 - 0x09FFFF : First copy of U-Boot Environment (128 KiB)
348 * 0x0A0000 - 0x0BFFFF : Second copy of U-Boot Environment (128 KiB)
350 * 0x4C0000 - 0xFFFFFF : Userland (11 MiB + 256 KiB)