diff options
| author | Tom Rini <[email protected]> | 2021-10-19 20:45:12 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-19 20:45:12 -0400 |
| commit | fb1018106a7bbb1a0d723029f6760b1b1b4d306d (patch) | |
| tree | 549c7c27ad7db734c18fba3c4dd814229b18c5ce /include | |
| parent | 9c79815c5c11c5cd30fd5a7fb82f96376e7c3a18 (diff) | |
| parent | 17864406a4aa3286a8e9db6f577105e3e647c65f (diff) | |
Merge branch '2021-10-19-assorted-changes'
- Assorted minor fixes and a new GPIO driver
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/total_compute.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index bbeedaf841d..933a145f993 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -30,6 +30,9 @@ #define PHYS_SDRAM_1_SIZE 0x80000000 - DRAM_SEC_SIZE #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define PHYS_SDRAM_2 0x8080000000 +#define PHYS_SDRAM_2_SIZE 0x180000000 + #define CONFIG_SYS_MMC_MAX_BLK_COUNT 127 #define CONFIG_EXTRA_ENV_SETTINGS \ |
