diff options
| author | Tom Rini <trini@konsulko.com> | 2018-04-13 09:23:53 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-04-13 09:23:53 -0400 |
| commit | 93cb6142c1d349492d23bad3951b5a8f59eaafed (patch) | |
| tree | 6a437a1ff721e8ed7a88b3a8f0d3144ec0806e52 /include | |
| parent | c8a0126f881007fe2aef1db854a78eac25c174fa (diff) | |
| parent | 97ed677831e45b789fc19bd807273ff34486efb8 (diff) | |
| download | u-boot-93cb6142c1d349492d23bad3951b5a8f59eaafed.tar.gz u-boot-93cb6142c1d349492d23bad3951b5a8f59eaafed.tar.xz u-boot-93cb6142c1d349492d23bad3951b5a8f59eaafed.zip | |
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/porter.h | 6 | ||||
| -rw-r--r-- | include/configs/rcar-gen3-common.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/porter.h b/include/configs/porter.h index 48f433486c..7c46b55d8f 100644 --- a/include/configs/porter.h +++ b/include/configs/porter.h @@ -59,4 +59,10 @@ #define CONFIG_SPL_MAX_SIZE 0x40000 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x140000 +/* TPL support */ +#ifdef CONFIG_TPL_BUILD +#define CONFIG_CONS_SCIF0 +#define CONFIG_SH_SCIF_CLK_FREQ 65000000 +#endif + #endif /* __PORTER_H */ diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index bbaab80e23..da82e4442a 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -51,6 +51,7 @@ #define CONFIG_SYS_MONITOR_LEN (256 * 1024) #define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024) #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024) +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* ENV setting */ #define CONFIG_ENV_OVERWRITE |
