From: Heungjun Kim Date: Mon, 25 Oct 2010 11:01:37 +0000 (+0900) Subject: drime3: ex1: workaround X-Git-Tag: v0.2~331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60129a7f3bb342fab65f25e74f10303234e8c1c7;p=kernel%2Fu-boot.git drime3: ex1: workaround - enable compiling - issue : saveenv command dosen't work on the u-boot shell Signed-off-by: Heungjun Kim --- diff --git a/include/configs/ex1.h b/include/configs/ex1.h index a8415f8..fc75070 100644 --- a/include/configs/ex1.h +++ b/include/configs/ex1.h @@ -207,4 +207,6 @@ #define CONFIG_SYS_DOWN_ADDR CONFIG_SYS_SDRAM_BASE #define CONFIG_RAMDISK_ADDR (CONFIG_SYS_SDRAM_BASE + 0x03000000) +#define CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */ + #endif /* __CONFIG_H */