* Patch by Bernhard Kuhn, 28 Nov 2003:

add support for Coldfire CPU
  add support for Motorola M5272C3 and M5282EVB boards
This commit is contained in:
wdenk
2003-12-08 01:34:36 +00:00
parent 9fd5e31fe0
commit 4e5ca3eb67
41 changed files with 3972 additions and 0 deletions

View File

@@ -240,6 +240,8 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
if (hdr->ih_arch != IH_CPU_MIPS)
#elif defined(__nios__)
if (hdr->ih_arch != IH_CPU_NIOS)
#elif defined(__M68K__)
if (hdr->ih_arch != IH_CPU_M68K)
#else
# error Unknown CPU type
#endif