diff mbox

[U-Boot,09/15] x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file

Message ID 1438033652-30435-10-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass July 27, 2015, 9:47 p.m. UTC
This is provided in Kconfig so we don't need it here.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/configs/x86-chromebook.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Bin Meng July 28, 2015, 7:48 a.m. UTC | #1
On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass <sjg@chromium.org> wrote:
> This is provided in Kconfig so we don't need it here.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  include/configs/x86-chromebook.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h
> index d5dd619..2be8850 100644
> --- a/include/configs/x86-chromebook.h
> +++ b/include/configs/x86-chromebook.h
> @@ -10,7 +10,6 @@
>
>  #define CONFIG_SYS_MONITOR_LEN                 (1 << 20)
>
> -#define CONFIG_DCACHE_RAM_MRC_VAR_SIZE         0x4000
>  #define CONFIG_BOARD_EARLY_INIT_F
>  #define CONFIG_MISC_INIT_R
>
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Simon Glass Aug. 2, 2015, 11:38 p.m. UTC | #2
On 28 July 2015 at 01:48, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass <sjg@chromium.org> wrote:
>> This is provided in Kconfig so we don't need it here.
>>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>> ---
>>
>>  include/configs/x86-chromebook.h | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h
>> index d5dd619..2be8850 100644
>> --- a/include/configs/x86-chromebook.h
>> +++ b/include/configs/x86-chromebook.h
>> @@ -10,7 +10,6 @@
>>
>>  #define CONFIG_SYS_MONITOR_LEN                 (1 << 20)
>>
>> -#define CONFIG_DCACHE_RAM_MRC_VAR_SIZE         0x4000
>>  #define CONFIG_BOARD_EARLY_INIT_F
>>  #define CONFIG_MISC_INIT_R
>>
>> --
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot-x86.
diff mbox

Patch

diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h
index d5dd619..2be8850 100644
--- a/include/configs/x86-chromebook.h
+++ b/include/configs/x86-chromebook.h
@@ -10,7 +10,6 @@ 
 
 #define CONFIG_SYS_MONITOR_LEN			(1 << 20)
 
-#define CONFIG_DCACHE_RAM_MRC_VAR_SIZE		0x4000
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_MISC_INIT_R