Run-time check for L3 page table size, to ensure it is large enough to map all of the kernel memory. NOTE: The check has to be run-time, as KFLASH_SIZE/KSRAM_SIZE are really linker relocation symbols, and thus cannot be utilized compile-time.
Run-time check for L3 page table size, to ensure it is large enough to map all of the kernel memory. NOTE: The check has to be run-time, as KFLASH_SIZE/KSRAM_SIZE are really linker relocation symbols, and thus cannot be utilized compile-time.