diff options
| author | Simon Glass <[email protected]> | 2022-10-16 15:53:35 -0600 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2022-10-30 20:07:17 +0100 |
| commit | 6b9a829d2734d952dd6f7716a8fbd517ea373f0c (patch) | |
| tree | ea63a0657151b17193f5217fad30bc70a24d5ffb /include | |
| parent | b95125e480a3b75bb2137bfa069f9458a870410f (diff) | |
video: Drop atmel LCD code
This has not been migrated to DM_VIDEO since 2019. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sama5d3xek.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index b48e40bee44..ccb3842c1c2 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -25,9 +25,6 @@ */ #define ATMEL_PMC_UHP (1 << 6) -/* board specific (not enough SRAM) */ -#define CONFIG_SAMA5D3_LCD_BASE 0x23E00000 - /* NOR flash */ #ifdef CONFIG_MTD_NOR_FLASH #define CONFIG_SYS_FLASH_BASE 0x10000000 |
