diff options
author | Matt Waddel <matt.waddel@linaro.org> | 2011-03-03 06:54:48 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:07 +0200 |
commit | 471eec58de136596d4cd1070178872136fcfd4c2 (patch) | |
tree | e4066f3795529039d66a01a4f70952ecd2a37880 /include | |
parent | 8dc667c9b826ddf660f55223e1b328fc912bceb5 (diff) | |
download | u-boot-imx-471eec58de136596d4cd1070178872136fcfd4c2.zip u-boot-imx-471eec58de136596d4cd1070178872136fcfd4c2.tar.gz u-boot-imx-471eec58de136596d4cd1070178872136fcfd4c2.tar.bz2 |
ARMV7: Vexpress: Remove config.mk
Remove obsolete board config.mk.
Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ca9x4_ct_vxp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h index 63f003d..2a87a79 100644 --- a/include/configs/ca9x4_ct_vxp.h +++ b/include/configs/ca9x4_ct_vxp.h @@ -30,6 +30,7 @@ /* Board info register */ #define SYS_ID 0x10000000 #define CONFIG_REVISION_TAG 1 +#define CONFIG_SYS_TEXT_BASE 0x60800000 /* High Level Configuration Options */ #define CONFIG_ARMV7 1 |