diff options
author | E Shattow <e@freeshell.de> | 2025-06-06 15:45:01 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-14 09:09:40 -0600 |
commit | 58bcf9ab19290442019bfa80a66a535252f341fd (patch) | |
tree | 8c9c8a0d65efe5fb8e4841d2893c6de0203e6ef0 /arch/arm/mach-omap2/lowlevel_init.S | |
parent | d1aacc9c787e67314dd24e8f104a67d773e33c98 (diff) |
arch: use lowercase hex prefix style
Use consistent lowercase hex prefix style in arch/*
Signed-off-by: E Shattow <e@freeshell.de>
Diffstat (limited to 'arch/arm/mach-omap2/lowlevel_init.S')
-rw-r--r-- | arch/arm/mach-omap2/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/lowlevel_init.S b/arch/arm/mach-omap2/lowlevel_init.S index 1a55295f9de..e977805bd03 100644 --- a/arch/arm/mach-omap2/lowlevel_init.S +++ b/arch/arm/mach-omap2/lowlevel_init.S @@ -39,7 +39,7 @@ restore_from_hyp: adr r0, save_sp ldr sp, [r0] MRC p15, 4, R0, c1, c0, 0 - ldr r1, =0X1004 @Set cache enable bits for hypervisor mode + ldr r1, =0x1004 @Set cache enable bits for hypervisor mode orr r0, r0, r1 MCR p15, 4, R0, c1, c0, 0 b switch_to_hypervisor_ret |