
1 Aug
2009
1 Aug
'09
5:40 p.m.
Hi Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD a écrit :
+cpuat91_ram_config \ +cpuat91_config : unconfig
- @mkdir -p $(obj)include
- @if [ "$(findstring _ram_,$@)" ] ; then \
echo "#define CONFIG_CPUAT91_RAM 1" >>$(obj)include/config.h ; \
NACK no new config for this you must use the current one
You told me : "no need please define the #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SKIP_RELOCATE_UBOOT here" Wolfgang said : "No. Not here, i. e. not in the Makefile. We don't want tens of lines of scripts per board in the top level Makefile."
So may you please give me a hint of what is the right way to do this ?
$(XECHO) "... CPUAT91 configured for RAM" ; \
- else \
echo "#define CONFIG_BOOTDELAY 1" >>$(obj)include/config.h ;\
$(XECHO) "... CPUAT91 configured for Flash" ;\
- fi;
- @$(MKCONFIG) -a cpuat91 arm arm920t cpuat91 eukrea at91rm9200
Thanks Eric