projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbebc7
)
imx: cpu: restrict get_boot_device
author
Peng Fan
<peng.fan@nxp.com>
Mon, 16 Sep 2019 03:09:34 +0000
(
03:09
+0000)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 5 Nov 2019 09:27:18 +0000
(10:27 +0100)
i.MX8MN has its own get_boot_device, so restrict with i.MX8MQ and
i.MX8MM.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/cpu.c
b/arch/arm/mach-imx/cpu.c
index 4db37c7a46067c84ee3832490c8f68631c2a99fa..51c7c05f04dac385c1a678e0e3e04e9f7107d4ab 100644
(file)
--- a/
arch/arm/mach-imx/cpu.c
+++ b/
arch/arm/mach-imx/cpu.c
@@
-377,7
+377,7
@@
u32 get_cpu_temp_grade(int *minc, int *maxc)
}
#endif
-#if defined(CONFIG_MX7) || defined(CONFIG_IMX8M)
+#if defined(CONFIG_MX7) || defined(CONFIG_IMX8M
Q) || defined(CONFIG_IMX8MM
)
enum boot_device get_boot_device(void)
{
struct bootrom_sw_info **p =