aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra124/sdram_lp0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra124/sdram_lp0.c')
-rw-r--r--src/soc/nvidia/tegra124/sdram_lp0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra124/sdram_lp0.c b/src/soc/nvidia/tegra124/sdram_lp0.c
index 5cc5889f87..731fc6155c 100644
--- a/src/soc/nvidia/tegra124/sdram_lp0.c
+++ b/src/soc/nvidia/tegra124/sdram_lp0.c
@@ -32,7 +32,6 @@
* Contrary to U-Boot, we transform the same macros directly into hardcoded
* assignments (without any pesky function calls or volatile qualifiers) to give
* the compiler as much room for optimization as possible. For that reason, we
- * also intentionally avoid <arch/io.h> read/write macros, under the assumption
* that PMC scratch register accesses should not have side effects and can be
* arbitrarily reordered. For the few accesses that do have side-effects, the
* code must contain explicit memory barriers.