Searching for "flash block size" in this group finds 28 articles.
Google managed to find the following post from 2007(!) which puts a strong case for 2k erase sectors, I suggest you read it:
Incircuit FLASH programming - M5223X
Searching the MCF5213 Data Sheet for "Flash" finds:
1.2.5.2 Flash Memory
The ColdFire flash module (CFM) is a non-volatile memory (NVM) module that connects to the processor’s high-speed local
bus. The CFM is constructed with four banks of 32-Kbyte×16-bit flash memory arrays to generate 256 Kbytes of 32-bit flash
memory.
The Reference Manual echoes the above with multiple instances of "The CFM is constructed with four banks of 32-Kbyte 16-bit flash memory arrays to generate 256 Kbytes of 32-bit flash memory." The more interesting quote is at the front in the "Organisation" section where it says where they bought the FLASH module from:
Chapter 15, “ColdFire Flash Module (CFM),” describes implementation of the SuperFlash (R) technology licensed from SST used on this device. The ColdFire Flash Module (CFM) is constructed with four banks of 32K x 16-bit flash to generate a 256-Kbyte, 32-bit wide electrically erasable and programmable read-only memory array.
Nothing says how big the pages are though. Maybe you have to ask SST?
But I see what you mean. Section "15.1.1 Overview" contains "Flash logical blocks are divided into multiple -kByte logical pages that can be erased separately". That's not a "lack of clarity", that's a pure copy-and-paste editing bug. That chapter has been copied from another manual and the block size has been deleted with the intention of filling it in later, but "later" didn't happen. This is Revision 5 of the manual, so they've missed 4 chances to fix this. The Reference Manual Errata doesn't catch this either.
So the standard way to handle this is to perform some Archaeology. Search EVERY Freescale Manual for sentences like the above, download and compare them all. Reverse-engineer their design and editing mistakes.
The MCF5213 manual is the only one that has the "multiple -kByte" line. Searching reveals the line is present (with something other than " -kByte") in the following manuals:
MCF52110 "multiple 2-kByte logical pages"
MCF52211 "multiple logical pages"
MCF52223 "multiple 2-kByte logical pages"
MCF52235 "multiple logical pages"
MCF52259 "multiple 4-kByte logical pages"
MAC7100 "multiple logical pages ... Diagram showing 1k Data pages and 4k Program pages"
So the MCF5213 manual is a "Missing Link" between the ones that deliberately tell you nothing about the page sizes (at least in the Reference Manual) and the ones that do.
You should submit a proper report of this bug in the manual. I've only been able to get one severely broken manual (with multiple missing pages!) fixed, but then it was never released. You might get lucky and score a Reference Manual Addendum.
Tom