diff options
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 8bb524bfe..5b93bddf9 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -252,6 +252,8 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	if (hdr->ih_arch != IH_CPU_MICROBLAZE)  #elif defined(__nios2__)  	if (hdr->ih_arch != IH_CPU_NIOS2) +#elif defined(__blackfin__) +	if (hdr->ih_arch != IH_CPU_BLACKFIN)  #else  # error Unknown CPU type  #endif |