summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-22 15:53:23 +0300
committerTom Rini <trini@konsulko.com>2022-02-09 17:16:47 +0300
commite30be6e40600d3ec3b35df43f92fb30971b1569b (patch)
tree8d93ada299c9aab6f3903e4c8c6471233ede5690 /README
parent2b4806e481026df7364cb9ed53ffc577e3dc59bb (diff)
downloadu-boot-e30be6e40600d3ec3b35df43f92fb30971b1569b.tar.xz
ide: Drop CONFIG_IDE_AHB
This is not used in U-Boot anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index 9ebd4f2345..4cad8f8356 100644
--- a/README
+++ b/README
@@ -2393,14 +2393,6 @@ Low Level (hardware related) configuration options:
If this macro is defined, then CONFIG_SYS_CCSRBAR_PHYS will be
forced to a value that ensures that CCSR is not relocated.
-- CONFIG_IDE_AHB:
- Most IDE controllers were designed to be connected with PCI
- interface. Only few of them were designed for AHB interface.
- When software is doing ATA command and data transfer to
- IDE devices through IDE-AHB controller, some additional
- registers accessing to these kind of IDE-AHB controller
- is required.
-
- CONFIG_SYS_IMMR: Physical address of the Internal Memory.
DO NOT CHANGE unless you know exactly what you're
doing! (11-4) [MPC8xx systems only]