]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: AndesTech: ax25-ae350.c: Enable v5l2-cache in spl_board_init()
authorYu Chien Peter Lin <peterlin@andestech.com>
Mon, 6 Feb 2023 08:10:45 +0000 (16:10 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Fri, 17 Feb 2023 11:07:48 +0000 (19:07 +0800)
commite74e21ceb3fe476e09b4068b4f986aabed2c9463
treed3529bd4e1480223a2db1c97bc0326641878f77e
parent55ca747f66742d15829f8706a633849d9013bab5
board: AndesTech: ax25-ae350.c: Enable v5l2-cache in spl_board_init()

The L2-cache is not enabled currently, the enbale_caches() will call
the v5l2_enable() callback to enable it in SPL.

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Rick Chen <rick@andestech.com>
board/AndesTech/ax25-ae350/ax25-ae350.c