diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-07 22:44:08 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-07 22:44:08 +0000 |
commit | 6638a865ed2e21c91f96147475a8da50fd63cc94 (patch) | |
tree | 613352e612c74298b5ffdc2fe4fd4b73049e34ee /BeagleBoardPkg | |
parent | 4038c1fdddf5a99e213a60b2cce1176469aeb976 (diff) | |
download | edk2-6638a865ed2e21c91f96147475a8da50fd63cc94.tar.gz edk2-6638a865ed2e21c91f96147475a8da50fd63cc94.tar.bz2 edk2-6638a865ed2e21c91f96147475a8da50fd63cc94.zip |
Older tools rounded down the size of the FV, and the new tools round up. Our main FV region is not a multiple of the block size, but it is set to fill the space. Probably need to move to a block size of 1 at some point.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11129 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg')
-rw-r--r-- | BeagleBoardPkg/BeagleBoardPkg.fdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BeagleBoardPkg/BeagleBoardPkg.fdf b/BeagleBoardPkg/BeagleBoardPkg.fdf index bd27962a50..5331966db0 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.fdf +++ b/BeagleBoardPkg/BeagleBoardPkg.fdf @@ -53,7 +53,7 @@ NumBlocks = 0x2000 # 512 bytes of configuration header & 8 bytes of image header 0x00000000|0x00000208 -0x00000208|0x0007FDF8 +0x00000208|0x0007FDC0 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize FV = FVMAIN_COMPACT |