From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Sakoman Date: Thu, 30 Sep 2010 13:27:00 -0700 Subject: [U-Boot] [PATCH] ARMV7: OMAP3: Remove unnecessary #undef from Beagle config Message-ID: <1285878420.4705.149.camel@quadra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch removes #undef CONFIG_SYS_ARM_WITHOUT_RELOC from the Beagle config file Signed-off-by: Steve Sakoman --- 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)