[U-Boot] MPC5200: possible to "reserve" embedded flash sectors ?

Wolfgang Denk wd at denx.de
Sun Mar 21 19:15:15 CET 2010


Dear André,

In message <1268643615.4089.8.camel at swa-m460> you wrote:
>
> Created the board dir and added this line to config.mk:
>
> LDSCRIPT :$(SRCTREE)/board/matrix-vision/mvsmr/u-boot.lds
>
> which results in failure during make :
>
> swa at swa-m460:~/u-boot.git$ CROSS_COMPILEppc_6xx- ARCHpowerpc make
> for dir in tools examples/standalone examples/api
> cpu/mpc5xxx /home/swa/u-boot.git/board/matrix-vision/mvsmr/ ; do \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This comes from these lines in the Makefile:

 407                 for dir in $(SUBDIRS) cpu/$(CPU) $(dir $(LDSCRIPT)) ; do \
 408                         $(MAKE) -C $$dir _depend ; done

> make: *** /home/swa/u-boot.git/board/matrix-vision/mvsmr/: No such file
> or directory.  Stop.

Well, did you check if there is eally a directory of this name in your
source tree?  There is none in mine...

Usually error messges mean what they say.

> What am I missing ?

The directory /home/swa/u-boot.git/board/matrix-vision/mvsmr/ ?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Hindsight is an exact science.


More information about the U-Boot mailing list