Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10252 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/DuetPkg/DuetPkg.fdf b/DuetPkg/DuetPkg.fdf
index a3d4c5c..0323b6e 100644
--- a/DuetPkg/DuetPkg.fdf
+++ b/DuetPkg/DuetPkg.fdf
@@ -14,28 +14,6 @@
 

 ################################################################################

 #

-# FD Section

-# The [FD] Section is made up of the definition statements and a

-# description of what goes into  the Flash Device Image.  Each FD section

-# defines one flash "device" image.  A flash device image may be one of

-# the following: Removable media bootable image (like a boot floppy

-# image,) an Option ROM image (that would be "flashed" into an add-in

-# card,) a System "Flash"  image (that would be burned into a system's

-# flash) or an Update ("Capsule") image that will be used to update and

-# existing system flash.

-#

-################################################################################

-[FD.DuetMainFd]

-BaseAddress   = 0x0 #The base address of the FLASH Device.

-Size          = 0x002a0000                                           #The size in bytes of the FLASH Device

-ErasePolarity = 1

-BlockSize     = 0x10000

-NumBlocks     = 0x2a

-

-0x00000000|0x002a0000

-

-################################################################################

-#

 # FV Section

 #

 # [FV] section is used to define what components or modules are placed within a flash

@@ -45,7 +23,8 @@
 #

 ################################################################################

 [FV.DuetEfiMainFv]

-BlockSize          = 0x100000

+BlockSize          = 0x10000

+NumBlocks          = 0x2a

 FvAlignment        = 16         #FV alignment and FV attributes setting.

 ERASE_POLARITY     = 1

 MEMORY_MAPPED      = TRUE