diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-02-02 05:58:05 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-02-05 12:47:23 +0800 |
commit | 6ce73f5dbbb52c51b147ec64cae00b0ff56e5981 (patch) | |
tree | 4e0dc0c387a599de2544922f710e8f87f758a161 /include | |
parent | 50c88e4ad2f2381d3c175307d91046f14c82c991 (diff) |
x86: chromebox_panther: Drop the cache line size hack
Now that the RTL8169 driver warning is fixed we can drop this.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/chromebox_panther.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/chromebox_panther.h b/include/configs/chromebox_panther.h index 00fe26da29..d5b33902cc 100644 --- a/include/configs/chromebox_panther.h +++ b/include/configs/chromebox_panther.h @@ -11,7 +11,5 @@ #include <configs/x86-chromebook.h> #define CONFIG_RTL8169 -/* Avoid a warning in the Realtek Ethernet driver */ -#define CONFIG_SYS_CACHELINE_SIZE 16 #endif /* __CONFIG_H */ |