Re: [PATCH v2 2/6] board: ti: am62x: evm: Remove video_setup from spl_board_init

2023-11-12 Thread Simon Glass
On Fri, 10 Nov 2023 at 08:29, Devarsh Thakkar wrote: > > Remove video_setup from evm_init sequence since video memory > is getting called at an earlier place to make sure > video memory is reserved at the end of RAM. > > Suggested-by: Simon Glass > Signed-off-by: Devarsh Thakkar > --- > V2: No

[PATCH v2 2/6] board: ti: am62x: evm: Remove video_setup from spl_board_init

2023-11-10 Thread Devarsh Thakkar
Remove video_setup from evm_init sequence since video memory is getting called at an earlier place to make sure video memory is reserved at the end of RAM. Suggested-by: Simon Glass Signed-off-by: Devarsh Thakkar --- V2: No change V3: No change --- board/ti/am62x/evm.c | 18 --