* Rudolf Marek r.marek@assembler.cz [101212 01:10]:
Hi,
Yes it is tested on real HW. Attaching refreshed patch because
#if CONFIG_ ... SOCKET939 == 1
#endif
Is undefined, so I changed that to
#if defined(....)
that's not good enough i think. It might be 0, then defined would hit even though it should not.
Stefan