1# Distributed under the terms of the GNU General Public License v2 2 3Version = 0x00210001; 4BlockSize = 0x00004000; 5PageSize = 0x00000200; 6PartitionSize = 0x01000000; 7 8# 9# T210 bct only supports one boot device 10# 11DevType[0] = NvBootDevType_Sdmmc; 12DeviceParam[0].SdmmcParams.ClockDivider = 0x00000009; 13DeviceParam[0].SdmmcParams.DataWidth = NvBootSdmmcDataWidth_8Bit; 14DeviceParam[0].SdmmcParams.MaxPowerClassSupported = 0x00000000; 15DeviceParam[0].SdmmcParams.MultiPageSupport = 0x00000000; 16