
25 Aug
2022
25 Aug
'22
8:41 a.m.
These macros don't seem to be used by microblaze code anymore, so remove them.
Signed-off-by: Ovidiu Panait ovpanait@gmail.com ---
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 */
--
2.25.1