diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-07-25 01:50:08 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-03 22:40:45 +0200 |
commit | 26c82638c92f1b21216df5852788280d81b45fe5 (patch) | |
tree | 7806d995497b2d5d44339981a66c2577a5500cd4 /include | |
parent | a46877cc472230fddfe56f2dfd26017b28f4bba9 (diff) | |
download | u-boot-imx-26c82638c92f1b21216df5852788280d81b45fe5.zip u-boot-imx-26c82638c92f1b21216df5852788280d81b45fe5.tar.gz u-boot-imx-26c82638c92f1b21216df5852788280d81b45fe5.tar.bz2 |
integratorap: support relocation
The integrator board was apparently never converted over to support
relocation until now. After this the integrator u-boot both compiles
and boots on the Integrator AP.
This also fixes the SDRAM memory size detection.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/integratorap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 8b41885..1650c03 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -47,7 +47,7 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_CM_INIT 1 #define CONFIG_CM_REMAP 1 -#undef CONFIG_CM_SPD_DETECT +#define CONFIG_CM_SPD_DETECT /* * Size of malloc() pool |