It seems like MAX_NUM_FREEMEM_REG is defined in bootinfo.h and boot.h(which includesbootinfo.h`.
Is there a reason for having it define din both places? It is somewhat inconvenient when you need to change it.
Thanks!
It seems like MAX_NUM_FREEMEM_REG is defined in bootinfo.h and boot.h(which includesbootinfo.h`.
Is there a reason for having it define din both places? It is somewhat inconvenient when you need to change it.
Thanks!
I canât see any reason. Probably copy + paste error from the last boot refactor we did. Clean away :).
I think the intention was for the common definition in kernel/boot.h to have been removed.
Youâre like a mind reader⌠was about to ask which one should go 