
Hi,
I am trying to compile uboot version 1.1.3 for ppc_870 board with the following settings bash$ export CROSS_COMPILE=ppc_8xx- bash$ export PATH=${PATH}:/opt/eldk/bin:/opt/eldk/usr/bin
But I am getting following error:
make txc870_config
--------------------------------------------------------- unrecognized option make: *** [txc870_config] Error 1 ---------------------------------------------------------
I added following lines in the Makefile to support my eval ppc870 board (txc870)
--------------------------------------------------------------------------------------
######################################################################### ## MPC8xx Systems #########################################################################
txc860_config: unconfig @./mkconfig $(@:_config=) ppc mpc8xx txc860
txc870_config: unconfig @./mkconfig $(@:_config=) ppc mpc8xx txc870
-------------------------------------------------------------------------------------
Also I tried for AMX860 with the following command make AMX860_config
but got the same result...
Please indicate if I missed something or what what else is required ?
Thanks Vijay