diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-22 05:53:23 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-09 09:16:47 -0500 |
commit | e30be6e40600d3ec3b35df43f92fb30971b1569b (patch) | |
tree | 8d93ada299c9aab6f3903e4c8c6471233ede5690 /README | |
parent | 2b4806e481026df7364cb9ed53ffc577e3dc59bb (diff) | |
download | u-boot-e30be6e40600d3ec3b35df43f92fb30971b1569b.zip u-boot-e30be6e40600d3ec3b35df43f92fb30971b1569b.tar.gz u-boot-e30be6e40600d3ec3b35df43f92fb30971b1569b.tar.bz2 |
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-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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] |