Dear Heiko Schocher, In message <[email protected]> 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 <[email protected]>
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 -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Sometimes a man will tell his bartender things he'll never tell his doctor. -- Dr. Phillip Boyce, "The Menagerie" ("The Cage"), stardate unknown. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

