]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: libretech-ac: move board support into dedicated directory
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 17 Sep 2024 12:34:45 +0000 (14:34 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 14 Oct 2024 07:06:16 +0000 (09:06 +0200)
commitf5b9f8900c5d13ae195775b2ae5f6fa46e506559
treee73c6741f72f05726eb8f56ca540e517db62fdd8
parent580fb5773634c4a01f907a164b2a05961840b4c0
board: libretech-ac: move board support into dedicated directory

The libretech-ac aka aml-s805x-ac supports mainline U-boot
from a dedicated SPI flash, move the board support into
a dedicated vendor/board subdirectory in order to support
vendor specific customization.

It also aligns with the vendor downstream changes.

Link: https://lore.kernel.org/r/20240917-u-boot-topic-dynamic-uuid-v2-1-416e39c6e271@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
board/amlogic/p212/MAINTAINERS
board/libre-computer/aml-s805x-ac/MAINTAINERS [new file with mode: 0644]
board/libre-computer/aml-s805x-ac/Makefile [new file with mode: 0644]
board/libre-computer/aml-s805x-ac/aml-s805x-ac.c [new file with mode: 0644]
configs/libretech-ac_defconfig