From 6638a865ed2e21c91f96147475a8da50fd63cc94 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Tue, 7 Dec 2010 22:44:08 +0000 Subject: 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 --- BeagleBoardPkg/BeagleBoardPkg.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BeagleBoardPkg') 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 -- cgit v1.2.3