[U-Boot] [PATCH 2/2] nios2: trim CONFIG_SYS_MEMTEST_END

2015-11-03 Thread Thomas Chou
Trim CONFIG_SYS_MEMTEST_END location. CONFIG_SYS_MONITOR_LEN Reserving 256k for U-Boot at: d7fc CONFIG_ENV_SIZE CONFIG_SYS_MALLOC_LEN Reserving 256k for malloc() at: d7f8 0x1 for the rest Reserving 68 Bytes for Board Info at: d7f7ffbc Reserving 208 Bytes for Global Data at: d7f

Re: [U-Boot] [PATCH 2/2] nios2: trim CONFIG_SYS_MEMTEST_END

2015-11-04 Thread Chin Liang See
On Wed, 2015-11-04 at 13:30 +0800, tho...@wytron.com.tw wrote: > Trim CONFIG_SYS_MEMTEST_END location. > > CONFIG_SYS_MONITOR_LEN > Reserving 256k for U-Boot at: d7fc > CONFIG_ENV_SIZE > CONFIG_SYS_MALLOC_LEN > Reserving 256k for malloc() at: d7f8 > 0x1 for the rest > Reserving 6

Re: [U-Boot] [PATCH 2/2] nios2: trim CONFIG_SYS_MEMTEST_END

2015-11-04 Thread Thomas Chou
Hi Chin Liang, On 2015年11月04日 22:27, Chin Liang See wrote: +#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MONITOR_BASE - \ +CONFIG_ENV_SIZE - \ +CONFIG_SYS_MALLOC_LEN -\ Since CONFIG_ENV_IS_IN_FLASH, I

Re: [U-Boot] [PATCH 2/2] nios2: trim CONFIG_SYS_MEMTEST_END

2015-11-05 Thread Thomas Chou
On 2015年11月04日 13:30, Thomas Chou wrote: Trim CONFIG_SYS_MEMTEST_END location. CONFIG_SYS_MONITOR_LEN Reserving 256k for U-Boot at: d7fc CONFIG_ENV_SIZE CONFIG_SYS_MALLOC_LEN Reserving 256k for malloc() at: d7f8 0x1 for the rest Reserving 68 Bytes for Board Info at: d7f7ff

Re: [U-Boot] [PATCH 2/2] nios2: trim CONFIG_SYS_MEMTEST_END

2015-11-08 Thread Chin Liang See
Hi Thomas, On Thu, 2015-11-05 at 13:47 +0800, tho...@wytron.com.tw wrote: > Hi Chin Liang, > > On 2015年11月04日 22:27, Chin Liang See wrote: > >> +#define CONFIG_SYS_MEMTEST_END(CONFIG_SYS_MONITOR_BASE - \ > >> + CONFIG_ENV_SIZE - \ > >> +