diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-12 09:51:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:24:22 -0500 |
commit | 34a5c4257a4f41675a3082df8c15444a1b9d58d7 (patch) | |
tree | 339e1b9250bbfd52c1b1932f2b36e5a1cb127cd5 /configs/sandbox_defconfig | |
parent | fbca0e66cc982325d8031094736d79ed007e42e2 (diff) | |
download | u-boot-34a5c4257a4f41675a3082df8c15444a1b9d58d7.tar.gz |
SystemACE: Remove
This driver is no longer used on any supported platform in U-Boot and
there is no interest in maintaining it further from people that have
used it historically.
Cc: Simon Glass <sjg@chromium.org>
Cc: Michal Simek <michal.simek@xilinx.com>
c: Alexey Brodkin <alexey.brodkin@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index c0f4c0a89f..063828333d 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -81,9 +81,6 @@ CONFIG_DEVRES=y CONFIG_DEBUG_DEVRES=y CONFIG_ADC=y CONFIG_ADC_SANDBOX=y -CONFIG_SYSTEMACE=y -CONFIG_SYS_SYSTEMACE_BASE=0x0 -CONFIG_SYS_SYSTEMACE_WIDTH=16 CONFIG_CLK=y CONFIG_CPU=y CONFIG_DM_DEMO=y |