yes I can change MAC address using the following code.
/etc/init.d/network stop
ip link set eth0 address xx.xx.xx.xx.xx.xx
/etc/init.d/network start
But I need to make it permanent. I mean including platform data with 8M-Flash. So it will be permanent until we flash again.