The 2nd stage bootloader is loaded to RAM and we cannot use that area for data or code.
For some chips we account for that by configuring memory accordingly - on some we haven't yet (#1071)
When lowering the amount of available memory, we are wasting some RAM since we could use it for stack (or .bss)
To use it as stack we probably could just configure stack-top in the linker scripts (but be aware of the flip-link feature on H2/C6)