From 6ce73f5dbbb52c51b147ec64cae00b0ff56e5981 Mon Sep 17 00:00:00 2001
From: Bin Meng <bmeng.cn@gmail.com>
Date: Tue, 2 Feb 2016 05:58:05 -0800
Subject: [PATCH] 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>
---
 include/configs/chromebox_panther.h | 2 --
 1 file changed, 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 */
-- 
2.39.5