[PATCH v2 1/4] microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE

Michal Simek michal.simek at amd.com
Wed Aug 31 10:21:58 CEST 2022



On 8/29/22 19:02, Ovidiu Panait wrote:
> These macros are not used anymore in microblaze code since commit
> f113d7d303467 ("Convert CONFIG_SPL_STACK to Kconfig"), so remove them.
> 
> Fixes: f113d7d303467 ("Convert CONFIG_SPL_STACK to Kconfig")
> Signed-off-by: Ovidiu Panait <ovpanait at gmail.com>
> ---
> 
> Changes in v2:
> Improved commit message, added "Fixes" tag.
> 
>   include/configs/microblaze-generic.h | 6 ------
>   1 file changed, 6 deletions(-)
> 
> diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
> index 8eaac4f8bc..dfae8cea7b 100644
> --- a/include/configs/microblaze-generic.h
> +++ b/include/configs/microblaze-generic.h
> @@ -97,10 +97,4 @@
>   
>   #define CONFIG_SYS_UBOOT_BASE		CONFIG_SYS_TEXT_BASE
>   
> -/* SP location before relocation, must use scratch RAM */
> -/* BRAM start */
> -#define CONFIG_SYS_INIT_RAM_ADDR	0x0
> -/* BRAM size - will be generated */
> -#define CONFIG_SYS_INIT_RAM_SIZE	0x100000
> -
>   #endif	/* __CONFIG_H */

Applied all.
M


More information about the U-Boot mailing list