From 11080ab66dc2c7f36e03f2cf7a8d86d94a58869f Mon Sep 17 00:00:00 2001 From: Ben Gardiner Date: Wed, 22 Sep 2010 17:32:49 -0400 Subject: ARM: relocation: don't undef CONFIG_SYS_ARM_WITHOUT_RELOC There were some #undef's of CONFIG_SYS_ARM_WITHOUT_RELOC added to a few board configs as part of the arm relocation series; but these are not needed now as we do not #undef what is not #defined in the first place. Signed-off-by: Ben Gardiner CC: Heiko Schocher --- include/configs/qong.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/qong.h') diff --git a/include/configs/qong.h b/include/configs/qong.h index 62ba7e0843..7f284efe54 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -283,7 +283,6 @@ extern int qong_nand_rdy(void *chip); "128k(env2),2432k(kernel),13m(ramdisk),-(user)" /* additions for new relocation code, must be added to all boards */ -#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */ #define CONFIG_SYS_SDRAM_BASE 0x80000000 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR #define CONFIG_SYS_INIT_RAM_END IRAM_SIZE -- cgit v1.2.1