RAMEND bug in HardwareSerial.cpp?

Unfortunately it seems that RAMSIZE isn't always defined for each processor. What is and isn't defined is a bit hit and miss :frowning:

I can't see an easy way to improve on the code that's already there. Using RAMEND is a reasonable compromise if RAMSIZE isn't available.