Lines Matching full:kib
37 /* Always 128 KiB env size */
470 * 0x000000 - 0x020000 : SPL (128KiB)
471 * 0x020000 - 0x0A0000 : U-Boot (512KiB)
472 * 0x0A0000 - 0x0BFFFF : First copy of U-Boot Environment (128KiB)
473 * 0x0C0000 - 0x0DFFFF : Second copy of U-Boot Environment (128KiB)
485 #define CONFIG_ENV_OFFSET (768 << 10) /* 768 KiB in */
486 #define CONFIG_ENV_OFFSET_REDUND (896 << 10) /* 896 KiB in */
509 * Sector Size = 128 KiB
512 * 0x000000 - 0x07FFFF : U-Boot (512 KiB)
513 * 0x080000 - 0x09FFFF : First copy of U-Boot Environment (128 KiB)
514 * 0x0A0000 - 0x0BFFFF : Second copy of U-Boot Environment (128 KiB)
516 * 0x4C0000 - 0xFFFFFF : Userland (11 MiB + 256 KiB)
532 #define CONFIG_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
533 #define CONFIG_ENV_OFFSET (512 << 10) /* 512 KiB */
534 #define CONFIG_ENV_OFFSET_REDUND (768 << 10) /* 768 KiB */