projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c88e4
)
x86: chromebox_panther: Drop the cache line size hack
author
Bin Meng
<bmeng.cn@gmail.com>
Tue, 2 Feb 2016 13:58:05 +0000
(
05:58
-0800)
committer
Bin Meng
<bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:23 +0000
(12:47 +0800)
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
patch
|
blob
|
history
diff --git
a/include/configs/chromebox_panther.h
b/include/configs/chromebox_panther.h
index 00fe26da2965ed48feb9e2b32d7305968084d6b5..d5b33902cc20f5aebc6f60a4c0e93eca4ae7540a 100644
(file)
--- 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 */