diff mbox

[U-Boot,07/11] x86: chromebox_panther: Drop the cache line size hack

Message ID 1454421490-11037-8-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit 6ce73f5dbbb52c51b147ec64cae00b0ff56e5981
Delegated to: Bin Meng
Headers show

Commit Message

Bin Meng Feb. 2, 2016, 1:58 p.m. UTC
Now that the RTL8169 driver warning is fixed we can drop this.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 include/configs/chromebox_panther.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Simon Glass Feb. 3, 2016, 3:27 a.m. UTC | #1
On 2 February 2016 at 06:58, Bin Meng <bmeng.cn@gmail.com> wrote:
> Now that the RTL8169 driver warning is fixed we can drop this.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  include/configs/chromebox_panther.h | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng Feb. 5, 2016, 4:49 a.m. UTC | #2
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass <sjg@chromium.org> wrote:
> On 2 February 2016 at 06:58, Bin Meng <bmeng.cn@gmail.com> wrote:
>> Now that the RTL8169 driver warning is fixed we can drop this.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>>  include/configs/chromebox_panther.h | 2 --
>>  1 file changed, 2 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

applied to u-boot-x86/master, thanks!
diff mbox

Patch

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 */