Commit 4a41cc157870cf752795adef811fa7ca9cb1b974

Authored by Simon Glass
1 parent abb59cffcf

x86: minnowmax: Drop the cache line size hack

Now that the RTL8169 driver warning is fixed we can drop this. The incorrect
value is causing problems with USB EHCI.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

include/configs/minnowmax.h
... ... @@ -60,9 +60,6 @@
60 60 #define CONFIG_FIT_SIGNATURE
61 61 #define CONFIG_RSA
62 62  
63   -/* Avoid a warning in the Realtek Ethernet driver */
64   -#define CONFIG_SYS_CACHELINE_SIZE 16
65   -
66 63 #define CONFIG_ENV_SECT_SIZE 0x1000
67 64 #define CONFIG_ENV_OFFSET 0x007fe000
68 65