summaryrefslogtreecommitdiff
path: root/board/kontron/sl-mx6ul
diff options
context:
space:
mode:
authorE Shattow <e@freeshell.de>2025-06-06 15:44:57 -0700
committerTom Rini <trini@konsulko.com>2025-06-14 09:09:39 -0600
commitba7634c6b6f1924d87af001dfdefdbced34442e9 (patch)
treef35a1b680055d4284f5437487c08fbeea128059e /board/kontron/sl-mx6ul
parent9f208a3e709f8201f0d7dd6fe23c789430ba6c1f (diff)
board: use lowercase hex prefix style
Use consistent lowercase hex prefix style in board/* Does not change auto-generated files in xilinx/zynq/*/ps7_init_gpl.c Signed-off-by: E Shattow <e@freeshell.de>
Diffstat (limited to 'board/kontron/sl-mx6ul')
-rw-r--r--board/kontron/sl-mx6ul/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kontron/sl-mx6ul/spl.c b/board/kontron/sl-mx6ul/spl.c
index b1758858705..33e5337bcbc 100644
--- a/board/kontron/sl-mx6ul/spl.c
+++ b/board/kontron/sl-mx6ul/spl.c
@@ -204,7 +204,7 @@ static struct mx6_ddr3_cfg mem_512M_ddr = {
static struct mx6_mmdc_calibration mx6_mmcd_512M_calib = {
.p0_mpwldectrl0 = 0x00000000,
- .p0_mpdgctrl0 = 0X01440144,
+ .p0_mpdgctrl0 = 0x01440144,
.p0_mprddlctl = 0x40405454,
.p0_mpwrdlctl = 0x40404E4C,
};