diff options
Diffstat (limited to 'include/configs/sdm845.h')
| -rw-r--r-- | include/configs/sdm845.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/sdm845.h b/include/configs/sdm845.h index af9ba197d49..ba57323c74b 100644 --- a/include/configs/sdm845.h +++ b/include/configs/sdm845.h @@ -16,6 +16,14 @@ /* Generic Timer Definitions */ #define COUNTER_FREQUENCY 19000000 +#define CONFIG_EXTRA_ENV_SETTINGS \ + "bootm_size=0x4000000\0" \ + "bootm_low=0x80000000\0" \ + "stdout=vidconsole\0" \ + "stderr=vidconsole\0" \ + "preboot=source $prevbl_initrd_start_addr:prebootscript\0" \ + "bootcmd=source $prevbl_initrd_start_addr:bootscript\0" + /* Size of malloc() pool */ #define CONFIG_SYS_BOOTM_LEN SZ_64M |
