On 22/7/2022 4:35 pm, chr...@rtems.org wrote:
> +void bsp_r1_heap_extend(void);
> +void bsp_r1_heap_extend(void)
> +{
> +  const aarch64_mmu_config_entry* r1 = &bsp_r1_region[0];
> +  if (false && r1->begin != r1->end) {

Hmmm, I left a check in while debugging something and removing the false is
crashing. I am looking into this.

> +    rtems_heap_extend((void*) r1->begin, r1->end - r1->begin);
> +  }
> +}

Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to