From 903b1d430904588ef9f6b2f897b46e3e3cc4516a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 29 Apr 2014 08:34:54 +0200 Subject: ARM: Rockchip: switch to multiimage support - Add images/Makefile.rockchip - Allow multiple boards to be selected - protect initcalls with appropriate of_machine_is_compatible - rename board specific config to SoC config - Add dtb file to compilation - turn barebox_arm_reset_vectorto ENTRY_FUNCTION - pass dtb to barebox_arm_entry Signed-off-by: Sascha Hauer --- images/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'images/Makefile') diff --git a/images/Makefile b/images/Makefile index 8ec17914a3..5509a4cf80 100644 --- a/images/Makefile +++ b/images/Makefile @@ -99,6 +99,7 @@ $(obj)/%.img: $(obj)/$$(FILE_$$(@F)) include $(srctree)/images/Makefile.am33xx include $(srctree)/images/Makefile.imx include $(srctree)/images/Makefile.mvebu +include $(srctree)/images/Makefile.rockchip include $(srctree)/images/Makefile.socfpga include $(srctree)/images/Makefile.tegra -- cgit v1.2.3