diff options
author | wdenk | 2005-04-03 23:11:38 +0000 |
---|---|---|
committer | wdenk | 2005-04-03 23:11:38 +0000 |
commit | 8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c (patch) | |
tree | c70489e8bea07c692eae7ee5a7cf7d7b6eaf09f5 /Makefile | |
parent | 384cc687445b34241fcc8b31bbb7aa9fc252dd90 (diff) |
* Patch by Yuli Barcohen, 08 Nov 2004:
Add support for Analogue & Micro Rattler boards.
Tested on Rattler8248.
* Patch by Andre Renaud, 08 Nov 2004:
Fix watchdog support in common/lcd.c
* Patch by Marc Leeman, 05 Nov 2003:
Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU
bug only affects the XPC8245 processors
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -972,7 +972,6 @@ CPU87_ROMBOOT_config: unconfig fi; \ echo "export CONFIG_BOOT_ROM" >> config.mk; - ep8260_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 ep8260 @@ -1067,6 +1066,12 @@ PM828_ROMBOOT_PCI_config: unconfig ppmc8260_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 ppmc8260 +Rattler8248_config \ +Rattler_config: unconfig + $(if $(findstring 8248,$@), \ + @echo "#define CONFIG_MPC8248" > include/config.h) + @./mkconfig -a Rattler ppc mpc8260 rattler + RPXsuper_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 rpxsuper |