summaryrefslogtreecommitdiffstats
path: root/include/configs/chromebox_panther.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-02 05:58:05 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-02-05 12:47:23 +0800
commit6ce73f5dbbb52c51b147ec64cae00b0ff56e5981 (patch)
tree4e0dc0c387a599de2544922f710e8f87f758a161 /include/configs/chromebox_panther.h
parent50c88e4ad2f2381d3c175307d91046f14c82c991 (diff)
downloadtalos-obmc-uboot-6ce73f5dbbb52c51b147ec64cae00b0ff56e5981.tar.gz
talos-obmc-uboot-6ce73f5dbbb52c51b147ec64cae00b0ff56e5981.zip
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/configs/chromebox_panther.h')
-rw-r--r--include/configs/chromebox_panther.h2
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 */
OpenPOWER on IntegriCloud