summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/image/bzimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/image/bzimage.c')
-rw-r--r--src/arch/x86/image/bzimage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/image/bzimage.c b/src/arch/x86/image/bzimage.c
index e3c4cb83..51498bf9 100644
--- a/src/arch/x86/image/bzimage.c
+++ b/src/arch/x86/image/bzimage.c
@@ -282,9 +282,11 @@ static int bzimage_parse_cmdline ( struct image *image,
case 'G':
case 'g':
bzimg->mem_limit <<= 10;
+ /* Fall through */
case 'M':
case 'm':
bzimg->mem_limit <<= 10;
+ /* Fall through */
case 'K':
case 'k':
bzimg->mem_limit <<= 10;