* [U-Boot] [PATCH] ARMV7: OMAP3: Remove unnecessary #undef from Beagle config
@ 2010-09-30 20:27 Steve Sakoman
2010-10-01 5:36 ` Heiko Schocher
0 siblings, 1 reply; 2+ messages in thread
From: Steve Sakoman @ 2010-09-30 20:27 UTC (permalink / raw)
To: u-boot
This patch removes #undef CONFIG_SYS_ARM_WITHOUT_RELOC from the
Beagle config file
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index cd3ac20..29ce67c 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -337,8 +337,6 @@ extern unsigned int boot_flash_sec;
extern unsigned int boot_flash_type;
#endif
-/* additions for new relocation code, must added to all boards */
-#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-01 5:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 20:27 [U-Boot] [PATCH] ARMV7: OMAP3: Remove unnecessary #undef from Beagle config Steve Sakoman
2010-10-01 5:36 ` Heiko Schocher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox