* 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
diff --git a/Makefile b/Makefile
index e6a7bef..71ab993 100644
--- a/Makefile
+++ b/Makefile
@@ -972,7 +972,6 @@
fi; \
echo "export CONFIG_BOOT_ROM" >> config.mk;
-
ep8260_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8260 ep8260
@@ -1067,6 +1066,12 @@
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