Lines Matching +full:1 +full:kib
37 /* Always 128 KiB env size */
49 "nandrootfstype=ubifs rootwait=1\0" \
82 "mmcpart=1\0" \
127 "setenv bootpart ${mmcdev}:1; " \
129 "setenv mmcpart 1;" \
178 "for i in 1 2 3 4 5 6 7 ; do " \
311 "i2c mw 0x24 1 0x3e; " \
314 "setenv bootpart 0:1; " \
319 "setenv mmcdev 1; " \
320 "setenv bootpart 1:1; " \
380 "1m(NAND.u-boot)," \
431 "boot part 0 1;" \
433 "MLO fat 0 1;" \
438 "spl-os-args fat 0 1;" \
439 "spl-os-image fat 0 1;" \
440 "u-boot.img fat 0 1;" \
441 "uEnv.txt fat 0 1\0"
445 "SPL part 0 1;" \
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 */
493 #define CONFIG_SYS_MMC_ENV_DEV 1
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)
525 #define CONFIG_SYS_MAX_FLASH_BANKS 1
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 */