Hi
Is this not a question for the Kinetis?
The Coldfires have fixed internal pullups (where present) which are enabled by default.
The Kinetis allows configuration of pull-up/down or none.
If you write 0x00000100 to the corresponding PCR register the pin will be configured as GPIO - as input it has no pullup/down.
The pullup/down is only enabled when 0x00000002 is set as well whereby the bit 0x00000001 controls whether this is pullup or pull down.
Regards
Mark