]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
*** empty log message *** LABEL_2003_03_25_1830
authorwdenk <wdenk>
Tue, 25 Mar 2003 18:06:06 +0000 (18:06 +0000)
committerwdenk <wdenk>
Tue, 25 Mar 2003 18:06:06 +0000 (18:06 +0000)
Makefile
include/configs/PM826.h

index 6e6a44d33471d4db55452def24b40d88871d4420..e545ec0da20558b13cd7a8c1927e6835872428d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -525,6 +525,20 @@ MPC8260ADS_config: unconfig
 MPC8266ADS_config:     unconfig
        @./mkconfig $(@:_config=) ppc mpc8260 mpc8266ads
 
+PM825_config   \
+PM825_ROMBOOT_config: unconfig
+       @echo "#define CONFIG_PCI"      >include/config.h
+       @./mkconfig -a PM826 ppc mpc8260 pm826
+       @cd ./include ;                         \
+       if [ "$(findstring _ROMBOOT_,$@)" ] ; then \
+               echo "CONFIG_BOOT_ROM = y" >> config.mk ; \
+               echo "... booting from 8-bit flash" ; \
+       else \
+               echo "CONFIG_BOOT_ROM = n" >> config.mk ; \
+               echo "... booting from 64-bit flash" ; \
+       fi; \
+       echo "export CONFIG_BOOT_ROM" >> config.mk; \
+
 PM826_config   \
 PM826_ROMBOOT_config: unconfig
        @./mkconfig $(call xtract_82xx,$@) ppc mpc8260 pm826
index 05f7130b2740f960d7e2496ad23ae9793ba0bded..444b897264f43fb003da7378a865289f5edb6f47 100644 (file)
 # define CFG_RAMBOOT
 #endif
 
-#define CONFIG_PCI
+#ifdef CONFIG_PCI
 #define CONFIG_PCI_PNP
 #define CONFIG_EEPRO100
+#endif
 
 /*
  * Internal Definitions