Makefile (329492329700812c6df275aa0fda09d609cd0fd4) | Makefile (1b3b7c640d04df2ba9a9d947117d112a75fee7f4) |
---|---|
1# 2# (C) Copyright 2000-2009 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# See file CREDITS for list of people who contributed to this 6# project. 7# 8# This program is free software; you can redistribute it and/or --- 2740 unchanged lines hidden (view full) --- 2749 echo "#define CONFIG_SYS_USE_DATAFLASH_CS3 1" >>$(obj)include/config.h ; \ 2750 $(XECHO) "... with environment variable in SPI DATAFLASH CS3" ; \ 2751 else \ 2752 echo "#define CONFIG_SYS_USE_DATAFLASH_CS0 1" >>$(obj)include/config.h ; \ 2753 $(XECHO) "... with environment variable in SPI DATAFLASH CS0" ; \ 2754 fi; 2755 @$(MKCONFIG) -a at91sam9261ek arm arm926ejs at91sam9261ek atmel at91 2756 | 1# 2# (C) Copyright 2000-2009 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# See file CREDITS for list of people who contributed to this 6# project. 7# 8# This program is free software; you can redistribute it and/or --- 2740 unchanged lines hidden (view full) --- 2749 echo "#define CONFIG_SYS_USE_DATAFLASH_CS3 1" >>$(obj)include/config.h ; \ 2750 $(XECHO) "... with environment variable in SPI DATAFLASH CS3" ; \ 2751 else \ 2752 echo "#define CONFIG_SYS_USE_DATAFLASH_CS0 1" >>$(obj)include/config.h ; \ 2753 $(XECHO) "... with environment variable in SPI DATAFLASH CS0" ; \ 2754 fi; 2755 @$(MKCONFIG) -a at91sam9261ek arm arm926ejs at91sam9261ek atmel at91 2756 |
2757at91sam9263ek_norflash_config \ 2758at91sam9263ek_norflash_boot_config \ |
|
2757at91sam9263ek_nandflash_config \ 2758at91sam9263ek_dataflash_config \ 2759at91sam9263ek_dataflash_cs0_config \ 2760at91sam9263ek_config : unconfig 2761 @mkdir -p $(obj)include 2762 @if [ "$(findstring _nandflash,$@)" ] ; then \ 2763 echo "#define CONFIG_SYS_USE_NANDFLASH 1" >>$(obj)include/config.h ; \ 2764 $(XECHO) "... with environment variable in NAND FLASH" ; \ | 2759at91sam9263ek_nandflash_config \ 2760at91sam9263ek_dataflash_config \ 2761at91sam9263ek_dataflash_cs0_config \ 2762at91sam9263ek_config : unconfig 2763 @mkdir -p $(obj)include 2764 @if [ "$(findstring _nandflash,$@)" ] ; then \ 2765 echo "#define CONFIG_SYS_USE_NANDFLASH 1" >>$(obj)include/config.h ; \ 2766 $(XECHO) "... with environment variable in NAND FLASH" ; \ |
2767 elif [ "$(findstring norflash,$@)" ] ; then \ 2768 echo "#define CONFIG_SYS_USE_NORFLASH 1" >>$(obj)include/config.h ; \ 2769 $(XECHO) "... with environment variable in NOR FLASH" ; \ |
|
2765 else \ 2766 echo "#define CONFIG_SYS_USE_DATAFLASH 1" >>$(obj)include/config.h ; \ 2767 $(XECHO) "... with environment variable in SPI DATAFLASH CS0" ; \ 2768 fi; | 2770 else \ 2771 echo "#define CONFIG_SYS_USE_DATAFLASH 1" >>$(obj)include/config.h ; \ 2772 $(XECHO) "... with environment variable in SPI DATAFLASH CS0" ; \ 2773 fi; |
2774 @if [ "$(findstring norflash_boot,$@)" ] ; then \ 2775 echo "#define CONFIG_SYS_USE_BOOT_NORFLASH 1" >>$(obj)include/config.h ; \ 2776 $(XECHO) "... and boot from NOR FLASH" ; \ 2777 fi; |
|
2769 @$(MKCONFIG) -a at91sam9263ek arm arm926ejs at91sam9263ek atmel at91 2770 2771at91sam9rlek_nandflash_config \ 2772at91sam9rlek_dataflash_config \ 2773at91sam9rlek_dataflash_cs0_config \ 2774at91sam9rlek_config : unconfig 2775 @mkdir -p $(obj)include 2776 @if [ "$(findstring _nandflash,$@)" ] ; then \ --- 838 unchanged lines hidden --- | 2778 @$(MKCONFIG) -a at91sam9263ek arm arm926ejs at91sam9263ek atmel at91 2779 2780at91sam9rlek_nandflash_config \ 2781at91sam9rlek_dataflash_config \ 2782at91sam9rlek_dataflash_cs0_config \ 2783at91sam9rlek_config : unconfig 2784 @mkdir -p $(obj)include 2785 @if [ "$(findstring _nandflash,$@)" ] ; then \ --- 838 unchanged lines hidden --- |