diff options
| author | Tom Rini <[email protected]> | 2022-07-06 09:15:36 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-06 09:15:36 -0400 |
| commit | 4b7d0b24c7047c70d13db953b950a549accb8e14 (patch) | |
| tree | d3b1ad18c27f5c8239fbb8dd3a6a70291db6eca4 /common | |
| parent | e1d3e637c78790e18d64733fae913d088c4c3c76 (diff) | |
| parent | 432243cee100e1d8f60399f0ae8f76cf7c83975f (diff) | |
Merge branch '2022-07-05-more-Kconfig-migrations' into next
- Migrate more CONFIG symbols to Kconfig, remove some dead code and
clean-up arch/Kconfig.nxp slightly more.
Diffstat (limited to 'common')
| -rw-r--r-- | common/board_f.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/board_f.c b/common/board_f.c index a5666ca77c2..5c86faeb217 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -400,13 +400,9 @@ static int reserve_video(void) ((unsigned long)gd->relocaddr - addr) >> 10, addr); gd->relocaddr = addr; #elif defined(CONFIG_LCD) -# ifdef CONFIG_FB_ADDR - gd->fb_base = CONFIG_FB_ADDR; -# else /* reserve memory for LCD display (always full pages) */ gd->relocaddr = lcd_setmem(gd->relocaddr); gd->fb_base = gd->relocaddr; -# endif /* CONFIG_FB_ADDR */ #endif return 0; |
