diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-12-27 01:13:05 +0100 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-12-27 01:13:05 +0100 |
| commit | 6e1bbe6e3edf5f508de89114577ce7b7caa89c8a (patch) | |
| tree | 8a95b158fb4103b1db399342a66ba414aa5e82c1 /common/cmd_bootm.c | |
| parent | 58bbc77eb0a01033803264539d2c76c242cba210 (diff) | |
| parent | 81b38be8631a0b809c97ab3d929f491373d7314f (diff) | |
| download | olio-uboot-2014.01-6e1bbe6e3edf5f508de89114577ce7b7caa89c8a.tar.xz olio-uboot-2014.01-6e1bbe6e3edf5f508de89114577ce7b7caa89c8a.zip | |
Merge branch 'master' of /home/wd/git/u-boot/custodians
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 d8163494e..954672929 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -260,6 +260,8 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) if (hdr->ih_arch != IH_CPU_NIOS2) #elif defined(__PPC__) if (hdr->ih_arch != IH_CPU_PPC) +#elif defined(__sh__) + if (hdr->ih_arch != IH_CPU_SH) #else # error Unknown CPU type #endif |