[PATCH 2/5] lib: ratp: rename now undefined use of a Kconfig symbol

Ahmad Fatoum a.fatoum at pengutronix.de
Tue Sep 29 06:58:20 EDT 2020


The symbol used to exist, but was renamed in 6f37d9efd91 ("commands:
Move /dev/mem driver to drivers/misc") and then one instance without
definition was added back in cae5e14224f4 ("ratp: add more build
dependencies"). Fix it.

Fixes: cae5e14224f4 ("ratp: add more build dependencies")
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 lib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 6d909c1ac8f0..8128e5108964 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -111,7 +111,7 @@ config LIBFDT
 
 config RATP
 	select CRC_ITU_T
-	select COMPILE_MEMORY
+	select DEV_MEM
 	select COMMAND_SUPPORT
 	select POLLER
 	depends on CONSOLE_FULL
-- 
2.28.0




More information about the barebox mailing list