> > > > Could you be more specific? What *path* should I give? > > If I do the below, I got error: > > > > $ make O=/home/tangyt/opensource/u-boot/ > > /home/tangyt/opensource/u-boot is not clean, please run 'make > mrproper' > > in the '/home/tangyt/opensource/u-boot' directory. > > make[1]: *** [prepare3] Error 1 > > make: *** [sub-make] Error 2 > > > > It is out-of-tree compiling. You should use a clean path. > > cd <u-boot source) > mkdir ../build > make O=../build T1040QDS_config > make O=../build > > You should add other flags you normally use. > > York > I reproduced this issue. I am trying to fix it. Meanwhile please continue to review.
Regards, Yuantian _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot