
On Monday, January 10, 2011 17:33:42 Wolfgang Denk wrote:
Mike Frysinger you wrote:
board/bf506f-ezkit/Makefile | 54 +++++++++++++++++++ board/bf506f-ezkit/bf506f-ezkit.c | 27 +++++++++ boards.cfg | 1 + include/configs/bf506f-ezkit.h | 106 +++++++++++++++++++++++++++++++++++++ 4 files changed, 188 insertions(+), 0 deletions(-) create mode 100644 board/bf506f-ezkit/Makefile create mode 100644 board/bf506f-ezkit/bf506f-ezkit.c create mode 100644 include/configs/bf506f-ezkit.h
Entry to MAINTAINERS missing.
must of lost when rebasing
+#define CONFIG_SYS_MONITOR_BASE (L1_DATA_A_SRAM_END)
+#define CONFIG_SYS_MONITOR_LEN (4 * 1024) +#define CONFIG_SYS_MALLOC_LEN (4 * 1024)
Sure that 4 KiB is sufficient for these two?
yes ... the port is pretty thin -mike