From 384cc687445b34241fcc8b31bbb7aa9fc252dd90 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Apr 2005 22:35:21 +0000 Subject: Patches by Josef Wagner, 29 Oct 2004: - Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index feeb5c2..e6a7bef 100644 --- a/Makefile +++ b/Makefile @@ -959,6 +959,20 @@ CPU86_ROMBOOT_config: unconfig fi; \ echo "export CONFIG_BOOT_ROM" >> config.mk; +CPU87_config \ +CPU87_ROMBOOT_config: unconfig + @./mkconfig $(call xtract_82xx,$@) ppc mpc8260 cpu87 + @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; + + ep8260_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 ep8260 @@ -1147,6 +1161,9 @@ MPC8541CDS_config: unconfig MPC8555CDS_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx mpc8555cds cds +PM854_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx pm854 + sbc8540_config \ sbc8540_33_config \ sbc8540_66_config: unconfig -- cgit v1.1