commit | b988ba1b4eba12008107b16fe3714293afdca47e | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Dec 06 14:31:02 2013 -0700 |
committer | Olof Johansson <olof@lixom.net> | Wed Dec 11 17:09:11 2013 -0800 |
tree | cc5301213e4c9f7f711e49a33f65990015d5a9e8 | |
parent | ff88b4724fde18056a4c539f7327389aec0f4c2d [diff] |
ARM: tegra: add missing break to fuse initialization code Add a missing break to the switch in tegra_init_fuse() which determines which SoC the code is running on. This prevents the Tegra30+ fuse handling code from running on Tegra20. Fixes: 3bd1ae57f7bb ("ARM: tegra: add fuses as device randomness") Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>