From c13c4e433288a3deba37058b4997112919b664cd Mon Sep 17 00:00:00 2001 From: Wadim Egorov Date: Tue, 30 Aug 2016 14:25:47 +0200 Subject: ARM: Add phyCORE-RK3288 SOM support The phyCORE-RK3288 aka PCM-059 is a SoM (System on Module) containing a RK3288 SoC. The module can be connected to different carrier boards. Signed-off-by: Wadim Egorov Signed-off-by: Sascha Hauer --- images/Makefile.rockchip | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'images') diff --git a/images/Makefile.rockchip b/images/Makefile.rockchip index 9715b92084..3f1ee57db2 100644 --- a/images/Makefile.rockchip +++ b/images/Makefile.rockchip @@ -5,3 +5,7 @@ pblx-$(CONFIG_MACH_RADXA_ROCK) += start_radxa_rock FILE_barebox-radxa-rock.img = start_radxa_rock.pblx image-$(CONFIG_MACH_RADXA_ROCK) += barebox-radxa-rock.img + +pblx-$(CONFIG_MACH_PHYTEC_SOM_RK3288) += start_rk3288_phycore_som +FILE_barebox-rk3288-phycore-som.img = start_rk3288_phycore_som.pblx +image-$(CONFIG_MACH_PHYTEC_SOM_RK3288) += barebox-rk3288-phycore-som.img -- cgit v1.2.3