diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-29 14:07:50 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-29 14:07:50 +0100 |
commit | e97f9d817e600cd6f43d1d0da76f5787e33a5c56 (patch) | |
tree | 99603834683039fec18a31770f8a05879d432e6d /include/configs/am43xx_evm.h | |
parent | c0cae2e24552d57f3e2f841ec235453413cd7389 (diff) | |
parent | b1cde7e21f950e05d18c102976c3b7d232b65e13 (diff) | |
download | u-boot-imx-e97f9d817e600cd6f43d1d0da76f5787e33a5c56.zip u-boot-imx-e97f9d817e600cd6f43d1d0da76f5787e33a5c56.tar.gz u-boot-imx-e97f9d817e600cd6f43d1d0da76f5787e33a5c56.tar.bz2 |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r-- | include/configs/am43xx_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index f45deeb..d3c4756 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -34,7 +34,7 @@ /* SPL defines. */ #define CONFIG_SPL_TEXT_BASE 0x40300350 -#define CONFIG_SPL_MAX_SIZE (0x40337C00 - CONFIG_SPL_TEXT_BASE) +#define CONFIG_SPL_MAX_SIZE (220 << 10) /* 220KB */ #define CONFIG_SPL_YMODEM_SUPPORT /* Enabling L2 Cache */ |