
Dear Heiko Schocher,
In message 49B7709D.4080209@denx.de you wrote:
renaming the "mgsuvd" board port into "km8xx", because there come more similar boards from keymile. Compiling the mgsuvd board with "make mgsuvd_config" remains.
Signed-off-by: Heiko Schocher hs@denx.de
Parts of this change are also mixed in into the next patch ([PATCH 3/3] 8xx: add support for new keymile kmsupx4 board) - please clean up.
...
new file mode 100644 index 0000000..1cb7756 --- /dev/null +++ b/include/configs/km8xx.h
...
+#define CONFIG_MPC866 1 /* This is a MPC866 CPU */
Line length.
+#define CONFIG_SYS_CPM_BOOTCOUNT_ADDR 0x1eb0 /* In case of SMC relocation, the
* default value is not working */
Line length.
+#define CONFIG_TIMESTAMP /* but print image timestmps */
Line length.
+#define CONFIG_SYS_INIT_RAM_END 0x2F00 /* End of used area in DPRAM */ +#define CONFIG_SYS_GBL_DATA_SIZE 64 /* size in bytes reserved for initial data */ +#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
Line length.
+#define CONFIG_SYS_MONITOR_LEN (384 << 10) /* Reserve 384 kB for Monitor */ +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE +#define CONFIG_SYS_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc() */
Line length.
and so on.
Best regards,
Wolfgang Denk