[U-Boot-Users] [PATCH] ppc: Add CONFIG_TOP_HIDE option to hide memory area that doesn't get "touched"

Dave Littell littelld at verizon.net
Fri Mar 21 12:48:08 CET 2008


Stefan Roese wrote:
[deletia
> 
> diff --git a/include/configs/korat.h b/include/configs/korat.h
> index dcec9b0..c215c63 100644
> --- a/include/configs/korat.h
> +++ b/include/configs/korat.h
> @@ -144,6 +144,8 @@
>  #define SPD_EEPROM_ADDRESS	{0x50}
>  #define CONFIG_PROG_SDRAM_TLB
>  #define CFG_DRAM_TEST
> +#define CONFIG_MEM_TOP_HIDE	256	/* don't use last 256 bytes	*/
> +					/* 440EPx errata CHIP 11	*/
>  

Hi all,

Please pardon my cluelessness, but should this be CFG_MEM_TOP_HIDE
instead of CONFIG_MEM_TOP_HIDE?  I thought I remembered reading
somewhere (the top-level README?) that CONFIG_... things are switches
and CFG_... things are values.


Thanks,
Dave




More information about the U-Boot mailing list