diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-01-27 10:06:08 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-02-02 16:38:41 +0900 |
commit | 68260aab93afd7f4570d09cc63ed32752841039d (patch) | |
tree | 89a905414ef770719b207f4e1b3ab3d8c296b74f /README | |
parent | 3d0075fa7ad7357de48ade6ef05089542dd762cf (diff) | |
download | u-boot-68260aab93afd7f4570d09cc63ed32752841039d.tar.gz u-boot-68260aab93afd7f4570d09cc63ed32752841039d.tar.xz u-boot-68260aab93afd7f4570d09cc63ed32752841039d.zip |
net: sh_eth: add cache handling
Some CPU needs cache handling. So this patch add the config of
CONFIG_SH_ETHER_CACHE_WRITEBACK, and it calls wback function.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -901,6 +901,9 @@ The following options need to be configured: CONFIG_SH_ETHER_PHY_ADDR Define the ETH PHY's address + CONFIG_SH_ETHER_CACHE_WRITEBACK + If this option is set, the driver enables cache flush. + - USB Support: At the moment only the UHCI host controller is supported (PIP405, MIP405, MPC5200); define |