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

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)

Hello Steve,
Steve Sakoman wrote:
This patch removes #undef CONFIG_SYS_ARM_WITHOUT_RELOC from the Beagle config file
Signed-off-by: Steve Sakoman steve@sakoman.com
Thanks, but this is already fixed here:
http://lists.denx.de/pipermail/u-boot/2010-September/077652.html
bye, Heiko
participants (2)
-
Heiko Schocher
-
Steve Sakoman