diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-24 10:29:59 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-24 10:29:59 +0100 |
commit | fae56934a0744a4dd6981323ba8a966646fd7ca5 (patch) | |
tree | f1eab46cc702aee6c8cd2c2aaeda95d383ed02a6 /include/configs/cm_t35.h | |
parent | 9ed679aeeb9899123bf92ed1eafb7cf6965473dc (diff) | |
parent | 11f296870659e1375e7116a859458b254cc3156f (diff) | |
download | u-boot-imx-fae56934a0744a4dd6981323ba8a966646fd7ca5.zip u-boot-imx-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.gz u-boot-imx-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.bz2 |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/cm_t35.h')
-rw-r--r-- | include/configs/cm_t35.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 7729a02..08c67f5 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -45,13 +45,6 @@ #define CONFIG_MISC_INIT_R #define CONFIG_OF_LIBFDT 1 -/* - * The early kernel mapping on ARM currently only maps from the base of DRAM - * to the end of the kernel image. The kernel is loaded at DRAM base + 0x8000. - * The early kernel pagetable uses DRAM base + 0x4000 to DRAM base + 0x8000, - * so that leaves DRAM base to DRAM base + 0x4000 available. - */ -#define CONFIG_SYS_BOOTMAPSZ 0x4000 #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS |