aboutsummaryrefslogtreecommitdiff
path: root/drivers/ram
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-08 08:24:39 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:31 -0400
commit8bea4bf7d31d2ab8a4a0162755b79a4a59a90dcd (patch)
treed3ddc8b2d8cd63829a42f17f16017dd701c9936d /drivers/ram
parent5858b90f506e1d3b03afd9dc5f6a5835c2d81675 (diff)
downloadu-boot-8bea4bf7d31d2ab8a4a0162755b79a4a59a90dcd.zip
u-boot-8bea4bf7d31d2ab8a4a0162755b79a4a59a90dcd.tar.gz
u-boot-8bea4bf7d31d2ab8a4a0162755b79a4a59a90dcd.tar.bz2
tpl: Ensure all TPL symbols in Kconfig have some TPL dependency
Tighten up symbol dependencies in a number of places. Ensure that a TPL specific option has at least a direct dependency on TPL. In places where it's clear that we depend on something more specific, use that dependency instead. Reported-by: Pali Rohár <pali@kernel.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/ram')
-rw-r--r--drivers/ram/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index a4f9f1a..7c34618 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -19,7 +19,7 @@ config SPL_RAM
config TPL_RAM
bool "Enable RAM support in TPL"
- depends on RAM
+ depends on RAM && TPL
help
The RAM subsystem adds a small amount of overhead to the image.
If this is acceptable and you have a need to use RAM drivers in