]> git.baikalelectronics.ru Git - uboot.git/commit
dts: Makefile: Build rockchip dtbs based on SoC types
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 7 May 2019 18:21:49 +0000 (23:51 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:13 +0000 (17:34 +0800)
commitc584978c268023d75262aa533cda7ab44b5d61f5
tree7f06b3cee8b08f5695534e1aaabd3c5dd581c0a0
parent4ac27016f9c02e06bcf1511e77b5aa5a0c060d20
dts: Makefile: Build rockchip dtbs based on SoC types

- Sometimes u-boot specific dtsi files are included
  automatically which would build for entire rockchip SoC,
  even-though the respective dtsi should used it for specific
  family of rockchip SoC.
- Sometimes u-boot specific dts nodes or properties can use
  config macros from respective rockchip family include/configs
  files, example CONFIG_SPL_PAD_TO.

So, it's better to compile the dtbs based on the respective
rockchip family types rather than rockchip itself to avoid
compilation issues.

This patch organize the existing dtb's based on the rockchip
family types.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/Makefile