From 560eeee8c2953badfe2a12737ff8e66fefad7944 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 8 Feb 2018 13:49:48 -0500 Subject: block: Migrate SystemACE chip to Kconfig Migrate the base and sub-options to Kconfig. Note that we only enable this in the base sandbox config now. Cc: Alexey Brodkin Cc: Michal Simek Signed-off-by: Tom Rini --- Is this driver still used anywhere? It's fishy that it's only enabled in sandbox anymore. --- include/configs/sandbox.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/sandbox.h') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index cfb3e7affd8..2dc816410f8 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -146,10 +146,6 @@ #define CONFIG_SYS_SATA_MAX_DEVICE 2 -#define CONFIG_SYSTEMACE -#define CONFIG_SYS_SYSTEMACE_WIDTH 16 -#define CONFIG_SYS_SYSTEMACE_BASE 0 - #define CONFIG_MISC_INIT_F #endif -- cgit v1.2.3