]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: dragonboard410c: import board code from mach-snapdragon
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 26 Feb 2024 17:26:22 +0000 (17:26 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 1 Mar 2024 14:44:37 +0000 (14:44 +0000)
commit14868845db54b4f64701977385dc9a6e951e4139
treeffa31e40c58989f720fe175f1d3b8669dd065c02
parentc744e6308951d47f597e5dac450cab5555698246
board: dragonboard410c: import board code from mach-snapdragon

Some of the db410c board support code was written to be generic and
placed in mach-snapdragon. However, as the db410c is the only board
using this, move the code out of mach-snapdragon. This makes is more
obvious what code is relevant for which targets and helps tidy things up
a little more.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Tested-by: Sumit Garg <sumit.garg@linaro.org> #qcs404
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/mach-snapdragon/Makefile
arch/arm/mach-snapdragon/dram.c [deleted file]
arch/arm/mach-snapdragon/include/mach/dram.h [deleted file]
arch/arm/mach-snapdragon/include/mach/misc.h [deleted file]
arch/arm/mach-snapdragon/misc.c [deleted file]
board/qualcomm/dragonboard410c/Makefile
board/qualcomm/dragonboard410c/dragonboard410c.c