Merge branch 'master' of git://www.denx.de/git/u-boot-imx

This commit is contained in:
Tom Rini
2016-06-12 12:51:34 -04:00
33 changed files with 458 additions and 249 deletions
+2 -2
View File
@@ -95,9 +95,9 @@ u32 fuse_bank_physical(int index)
{
u32 phy_index;
if (is_cpu_type(MXC_CPU_MX6SL)) {
if (is_mx6sl()) {
phy_index = index;
} else if (is_cpu_type(MXC_CPU_MX6UL)) {
} else if (is_mx6ul()) {
if (index >= 6)
phy_index = fuse_bank_physical(5) + (index - 6) + 3;
else