u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE
@ 2022-08-25  6:41 Ovidiu Panait
  2022-08-25  6:41 ` [PATCH 2/4] cpu: microblaze: remove unused ret variable Ovidiu Panait
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ovidiu Panait @ 2022-08-25  6:41 UTC (permalink / raw)
  To: u-boot; +Cc: Ovidiu Panait, Michal Simek, Michal Simek

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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-27 17:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25  6:41 [PATCH 1/4] microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE Ovidiu Panait
2022-08-25  6:41 ` [PATCH 2/4] cpu: microblaze: remove unused ret variable Ovidiu Panait
2022-08-25  8:59   ` Michal Simek
2022-08-27 17:48     ` Ovidiu Panait
2022-08-25  6:41 ` [PATCH 3/4] cmd: bdinfo: introduce bdinfo_print_size() helper Ovidiu Panait
2022-08-25  9:06   ` Michal Simek
2022-08-25 15:01   ` Simon Glass
2022-08-25  6:41 ` [PATCH 4/4] microblaze: add arch_print_bdinfo() implementation Ovidiu Panait
2022-08-25  9:04   ` Michal Simek
2022-08-25  8:43 ` [PATCH 1/4] microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).