diff options
| author | Tom Rini <[email protected]> | 2018-01-19 16:07:36 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-19 16:07:36 -0500 |
| commit | c4cb6e64bf068eaa1f7c96cb37da7ae6d40bbbff (patch) | |
| tree | d386f09db756c2ecd869ae9dfcbee02e89aa327e /include/configs | |
| parent | e8b9fdced641bbc6edb0a2c85f6000edaedf8b2e (diff) | |
| parent | 8f44e1ee799d75eb2b296a7525dc0c3003a3644c (diff) | |
Merge git://git.denx.de/u-boot-arc
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/axs10x.h | 2 | ||||
| -rw-r--r-- | include/configs/hsdk.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 29c595970a2..a9c4d1ab236 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -29,7 +29,7 @@ (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE) #define CONFIG_SYS_MALLOC_LEN SZ_2M -#define CONFIG_SYS_BOOTM_LEN SZ_32M +#define CONFIG_SYS_BOOTM_LEN SZ_128M #define CONFIG_SYS_LOAD_ADDR 0x82000000 /* diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h index 0ac80222757..e17b56e9bdf 100644 --- a/include/configs/hsdk.h +++ b/include/configs/hsdk.h @@ -29,7 +29,7 @@ (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE) #define CONFIG_SYS_MALLOC_LEN SZ_2M -#define CONFIG_SYS_BOOTM_LEN SZ_32M +#define CONFIG_SYS_BOOTM_LEN SZ_128M #define CONFIG_SYS_LOAD_ADDR 0x82000000 /* |
