git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b35aa9
)
mtd: Kconfig: Add SPL_MUX_MMIO dependency to HBMC driver
author
Anurag Dutta
<a-dutta@ti.com>
Wed, 17 Sep 2025 09:46:56 +0000
(15:16 +0530)
committer
Tom Rini
<trini@konsulko.com>
Wed, 17 Sep 2025 13:51:32 +0000
(07:51 -0600)
MUX_MMIO is needed by HBMC in SPL stage. Enable it at SPL as well
as u-boot proper stage.
Signed-off-by: Anurag Dutta <a-dutta@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
drivers/mtd/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/Kconfig
b/drivers/mtd/Kconfig
index
2b7f5e5
..
e76601a
100644
(file)
--- a/
drivers/mtd/Kconfig
+++ b/
drivers/mtd/Kconfig
@@
-202,7
+202,7
@@
config RENESAS_RPC_HF
config HBMC_AM654
bool "HyperBus controller driver for AM65x SoC"
- depends on MULTIPLEXER &&
MUX_MMIO
+ depends on MULTIPLEXER &&
(MUX_MMIO || SPL_MUX_MMIO)
help
This is the driver for HyperBus controller on TI's AM65x and
other SoCs