From a4c15c01bfdf5a3345bda4da249ebde2fe742caa Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 9 Nov 2011 06:14:20 +0000 Subject: integrator: move text offset to config Do away with the config.mk file and move the text offset to the config files to make things easier. Signed-off-by: Linus Walleij --- include/configs/integratorcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/integratorcp.h') diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h index 7ae34b71b4..ccbdf44cde 100644 --- a/include/configs/integratorcp.h +++ b/include/configs/integratorcp.h @@ -37,6 +37,7 @@ * High Level Configuration Options * (easy to change) */ +#define CONFIG_SYS_TEXT_BASE 0x01000000 #define CONFIG_SYS_MEMTEST_START 0x100000 #define CONFIG_SYS_MEMTEST_END 0x10000000 #define CONFIG_SYS_HZ 1000 -- cgit v1.2.3