1 # Distributed under the terms of the GNU General Public License v2
4 BlockSize = 0x00004000;
6 PartitionSize = 0x01000000;
8 DevType[0] = NvBootDevType_Sdmmc;
9 DeviceParam[0].SdmmcParams.ClockDivider = 0x00000009;
10 DeviceParam[0].SdmmcParams.DataWidth = NvBootSdmmcDataWidth_8Bit;
11 DeviceParam[0].SdmmcParams.MaxPowerClassSupported = 0x00000000;
12 DeviceParam[0].SdmmcParams.MultiPageSupport = 0x00000000;