diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2016-02-19 19:19:50 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-24 18:44:10 -0500 |
commit | 7d751d661afa526f4433bafa4ce8fe49bc310bdc (patch) | |
tree | aacaaa53ed749b78b14e7ddd2445e6406cd60826 /include/configs/cm_t43.h | |
parent | 43e568c4ae9a35e2458737c7d995b183e21b8a6f (diff) | |
download | u-boot-7d751d661afa526f4433bafa4ce8fe49bc310bdc.tar.gz |
arm: am437x: cm-t43: update parameters for raw mmc boot
Update U-Boot offset and size for raw mmc boot.
Cc: Tom Rini <trini@konsulko.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cm_t43.h')
-rw-r--r-- | include/configs/cm_t43.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index 329a5eaa69..ae15095837 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -99,6 +99,8 @@ #undef CONFIG_SPL_GPIO_SUPPORT #undef CONFIG_SPL_NAND_SUPPORT #undef CONFIG_BOOTDELAY +#undef CONFIG_SYS_MONITOR_LEN +#undef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR #include <config_distro_defaults.h> #define CONFIG_ZERO_BOOTDELAY_CHECK #undef CONFIG_CMD_IMLS @@ -164,6 +166,8 @@ #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + (128 << 20)) #define CONFIG_SPL_POWER_SUPPORT #define CONFIG_SYS_SPI_U_BOOT_OFFS (256 * 1024) +#define CONFIG_SYS_MONITOR_LEN (512 * 1024) +#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x480 #define CONFIG_SPL_SPI_SUPPORT #define CONFIG_SPL_SPI_FLASH_SUPPORT #define CONFIG_SPL_SPI_LOAD |