[U-Boot] [PATCH 07/11] x86: chromebox_panther: Drop the cache line size hack
Bin Meng
bmeng.cn at gmail.com
Tue Feb 2 14:58:05 CET 2016
Now that the RTL8169 driver warning is fixed we can drop this.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
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 00fe26d..d5b3390 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 */
--
1.8.2.1
More information about the U-Boot
mailing list