projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
320d266
)
stm32mp1: remove the second TAMP_BOOT_CONTEXT update
author
Patrick Delaunay
<patrick.delaunay@st.com>
Thu, 17 May 2018 13:24:04 +0000
(15:24 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sat, 26 May 2018 22:19:18 +0000
(18:19 -0400)
The register TAMP_BOOT_CONTEXT is already updated in
get_bootmode() in cpu.c and no need to be done
twice.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/mach-stm32mp/spl.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-stm32mp/spl.c
b/arch/arm/mach-stm32mp/spl.c
index
b56f0c5
..
790973e
100644
(file)
--- a/
arch/arm/mach-stm32mp/spl.c
+++ b/
arch/arm/mach-stm32mp/spl.c
@@
-14,9
+14,6
@@
u32 spl_boot_device(void)
boot_mode = (readl(TAMP_BOOT_CONTEXT) & TAMP_BOOT_MODE_MASK) >>
TAMP_BOOT_MODE_SHIFT;
- clrsetbits_le32(TAMP_BOOT_CONTEXT,
- TAMP_BOOT_MODE_MASK,
- boot_mode << TAMP_BOOT_MODE_SHIFT);
switch (boot_mode) {
case BOOT_FLASH_SD_1: