Lines Matching +full:1 +full:kib
36 /* Always 128 KiB env size */
48 "nandrootfstype=ubifs rootwait=1\0" \
79 func(MMC, mmc, 1) \
80 func(LEGACY_MMC, legacy_mmc, 1) \
86 "if test ${boot_fit} -eq 1; then " \
225 "1m(NAND.u-boot)," \
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 */
310 #define CONFIG_SYS_MMC_ENV_DEV 1
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)
359 #define CONFIG_SYS_MAX_FLASH_BANKS 1