diff options
-rw-r--r-- | BeagleBoardPkg/BeagleBoardPkg.fdf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BeagleBoardPkg/BeagleBoardPkg.fdf b/BeagleBoardPkg/BeagleBoardPkg.fdf index 5331966db0..85003c4978 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.fdf +++ b/BeagleBoardPkg/BeagleBoardPkg.fdf @@ -31,8 +31,8 @@ BaseAddress = 0x80008000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress #The base address of the FLASH Device. Size = 0x00080000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize #The size in bytes of the FLASH Device ErasePolarity = 1 -BlockSize = 0x40 -NumBlocks = 0x2000 +BlockSize = 0x1 +NumBlocks = 0x80000 ################################################################################ # @@ -53,7 +53,7 @@ NumBlocks = 0x2000 # 512 bytes of configuration header & 8 bytes of image header 0x00000000|0x00000208 -0x00000208|0x0007FDC0 +0x00000208|0x0007FDF8 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize FV = FVMAIN_COMPACT @@ -69,7 +69,7 @@ FV = FVMAIN_COMPACT ################################################################################ [FV.FvMain] -BlockSize = 0x40 +BlockSize = 0x1 NumBlocks = 0 # This FV gets compressed so make it just big enough FvAlignment = 8 # FV alignment and FV attributes setting. ERASE_POLARITY = 1 |