To disable DHCP, please remove it(ip=dhcp) in uboot command line;
To use a static IP, you can use ifconfig command such as:
ifconfig eth0 10.192.242.117
To change MAC address, you can use below command in commandline:
fec.macaddr=0x00,0x10,0x20,0x30,0x40,0x88