QcomModulePkg: double available flash size

Because we are going to include LVGL soon, our abl size will
increase and exceed the maximum defined flash size.

Our abl partition got plenty of space (1024 kb) and doubling
the maximum flash size is fine.

Change-Id: I25cef06241ac873cd9695bbc836df908b9abbc5b
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/QcomModulePkg/QcomModulePkg.fdf b/QcomModulePkg/QcomModulePkg.fdf
index ce0eac8..9d1fea7 100644
--- a/QcomModulePkg/QcomModulePkg.fdf
+++ b/QcomModulePkg/QcomModulePkg.fdf
@@ -50,10 +50,10 @@
 
 [FD.QcomModule_EFI]
 BaseAddress   = 0x80200000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress  #The base address of the FLASH Device.
-Size          = 0x00022000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize         #The size in bytes of the FLASH Device
+Size          = 0x00044000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize         #The size in bytes of the FLASH Device
 ErasePolarity = 1
 BlockSize     = 0x200
-NumBlocks     = 0x110
+NumBlocks     = 0x220
 
 ################################################################################
 #
@@ -72,7 +72,7 @@
 ################################################################################
 
 # 512 bytes of configuration header & 8 bytes of image header
-0x00000000|0x00022000
+0x00000000|0x00044000
 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
 FV = FVMAIN_COMPACT