[U-Boot] [PATCH 13/18] x86: minnowmax: Drop the cache line size hack

Simon Glass sjg at chromium.org
Thu Jul 23 01:41:08 CEST 2015


On 7 July 2015 at 02:17, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Tue, Jul 7, 2015 at 6:47 AM, Simon Glass <sjg at chromium.org> wrote:
>> Now that the RTL8169 driver warning is fixed we can drop this. The incorrect
>> value is causing problems with USB EHCI.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>>  include/configs/minnowmax.h | 3 ---
>>  1 file changed, 3 deletions(-)
>>
>> diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
>> index 41653ba..105b05d 100644
>> --- a/include/configs/minnowmax.h
>> +++ b/include/configs/minnowmax.h
>> @@ -63,9 +63,6 @@
>>  #define CONFIG_FIT_SIGNATURE
>>  #define CONFIG_RSA
>>
>> -/* Avoid a warning in the Realtek Ethernet driver */
>> -#define CONFIG_SYS_CACHELINE_SIZE 16
>> -
>>  #define CONFIG_ENV_SECT_SIZE           0x1000
>>  #define CONFIG_ENV_OFFSET              0x007fe000
>>
>> --
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Applied to u-boot-dm.


More information about the U-Boot mailing list