diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-01 09:47:14 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-11 19:27:41 -0400 |
commit | 9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe (patch) | |
tree | 1aa52f3c887b29e53d7cdbb291f8ac43a8216920 /doc/README.ne2000 | |
parent | f3998fdc4d0871727d7be6838bac750c6323c0a8 (diff) | |
download | u-boot-9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe.tar.gz |
Drop PCMCIA
This is no-longer used in U-Boot and has not been converted to driver
model. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.ne2000')
-rw-r--r-- | doc/README.ne2000 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/README.ne2000 b/doc/README.ne2000 index d5ae9a9eb1..0f6a2e04ff 100644 --- a/doc/README.ne2000 +++ b/doc/README.ne2000 @@ -21,17 +21,6 @@ value for my board as an example): - Address where the board is mapped -#define CONFIG_DRIVER_NE2000_CCR (0x28000000+0x3f8) - -- Address of the CCR (card configuration register). It could be found -by enabling DEBUG in cmd_pcmcia.c. If this is not defined nothing is -done as far as PCMCIA support is concerned. - -#define CONFIG_DRIVER_NE2000_VAL (0x20) - -- The value to be written in the CCR. It selects among different I/O -spaces that could be used by the card. - Enjoy! |