
Hello Heiko,
- as this boards are similiar, collect common config option in manroland-common.h and manroland-mpc52xx-common.h for mpc52xx specific common options for this manufacturer.
- add OF support
- update default environment
Argh, sorry for interrupting again, but I think I suggested something problematic on second thought:
include/configs/manroland-mpc52xx-common.h | 230 ++++++++++++++++++++++++
[...]
diff --git a/include/configs/manroland-mpc52xx-common.h b/include/configs/manroland-mpc52xx-common.h new file mode 100644 index 0000000..b29ef9b --- /dev/null +++ b/include/configs/manroland-mpc52xx-common.h
[...]
+#define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */ +#define CONFIG_MPC5200 1 /* (more precisely an MPC5200 CPU) */
So all boards using manroland-mpc52xx-common.h are in fact 5200s. In this case, I should have suggested the filename "manroland-mpc5200-common.h" as the "xx" part surely cannot be anything else then "00".
Sorry for this wrong lead.
Cheers Detlev