[U-Boot] [PATCH] ARMV7: OMAP3: Remove unnecessary #undef from Beagle config

Steve Sakoman steve at sakoman.com
Thu Sep 30 22:27:00 CEST 2010


This patch removes #undef CONFIG_SYS_ARM_WITHOUT_RELOC from the
Beagle config file

Signed-off-by: Steve Sakoman <steve at 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)
 



More information about the U-Boot mailing list