atmel: Remove CONFIG_AT91SAM9G45_LCD_BASE

This variable is used once and is noted as board-specific.  Use the
value directly with a comment.

Cc: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2022-03-11 23:07:34 -05:00
parent 137b990bf5
commit b601906ed5
2 changed files with 2 additions and 3 deletions

View File

@ -214,7 +214,8 @@ static void at91sam9m10g45ek_lcd_hw_init(void)
at91_periph_clk_enable(ATMEL_ID_LCDC);
gd->fb_base = CONFIG_AT91SAM9G45_LCD_BASE;
/* board specific(not enough SRAM) */
gd->fb_base = 0x73E00000;
}
#ifdef CONFIG_LCD_INFO

View File

@ -27,8 +27,6 @@
#define CONFIG_LCD_INFO_BELOW_LOGO
#define CONFIG_ATMEL_LCD
#define CONFIG_ATMEL_LCD_RGB565
/* board specific(not enough SRAM) */
#define CONFIG_AT91SAM9G45_LCD_BASE 0x73E00000
/* SDRAM */
#define CONFIG_SYS_SDRAM_BASE 0x70000000