Re: [U-Boot] [PATCH v2 02/22] x86: Drop RAMTOP Kconfig

2015-01-05 Thread Simon Glass
On 3 January 2015 at 19:26, Bin Meng wrote: > On Fri, Jan 2, 2015 at 7:17 AM, Simon Glass wrote: >> We don't need this in U-Boot since we calculate it based on available memory. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Remove CONFIG_RAMTOP from mtrr.h in this patch >> >>

Re: [U-Boot] [PATCH v2 02/22] x86: Drop RAMTOP Kconfig

2015-01-03 Thread Bin Meng
On Fri, Jan 2, 2015 at 7:17 AM, Simon Glass wrote: > We don't need this in U-Boot since we calculate it based on available memory. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Remove CONFIG_RAMTOP from mtrr.h in this patch > > arch/x86/Kconfig| 4 > arch/x86/inclu

[U-Boot] [PATCH v2 02/22] x86: Drop RAMTOP Kconfig

2015-01-01 Thread Simon Glass
We don't need this in U-Boot since we calculate it based on available memory. Signed-off-by: Simon Glass --- Changes in v2: - Remove CONFIG_RAMTOP from mtrr.h in this patch arch/x86/Kconfig| 4 arch/x86/include/asm/mtrr.h | 8 2 files changed, 12 deletions(-) diff --