Searched refs:max_boot_stream_size (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-imx/
H A Dcmd_nandbcb.c150 size_t max_boot_stream_size; member in struct:boot_config
236 loff_t boot_stream1_address, boot_stream2_address, max_boot_stream_size; local
283 max_boot_stream_size = boot_stream2_address - boot_stream1_address;
286 if (max_boot_stream_size <= 0) {
289 max_boot_stream_size);
295 boot_cfg->max_boot_stream_size = max_boot_stream_size;
309 size_t max_boot_stream_size = boot_cfg->max_boot_stream_size; local
313 boot_cfg->boot_stream1_size > max_boot_stream_size) {
[all...]

Completed in 77 milliseconds