From e5a8cfdc84a83544f281f33fcbe3ce15bb0ab119 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Mon, 1 Oct 2018 06:52:00 -0400 Subject: rcar-gen3: u-boot: Support deploying multiple u-boot binaries This commit updates recipes to support deploying multiple u-boot binaries of Salvator-XS, H3ULCB and Ebisu boards. It also removed uboot-control.inc which is no longer used. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/include/uboot-control.inc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-rcar-gen3/include/uboot-control.inc (limited to 'meta-rcar-gen3/include') diff --git a/meta-rcar-gen3/include/uboot-control.inc b/meta-rcar-gen3/include/uboot-control.inc deleted file mode 100644 index 859295b..0000000 --- a/meta-rcar-gen3/include/uboot-control.inc +++ /dev/null @@ -1,11 +0,0 @@ -# This function is to add more U-Boot options to build with H3 (SoC: r8a7795) - -def get_uboot_config_opt(d): - option = d.getVar('H3_OPTION') - if option == "1": - d.setVar('UBOOT_CONFIG_OPT',' KCFLAGS+=-DRCAR_DRAM_MAP4_2 KAFLAGS+=-DRCAR_DRAM_MAP4_2') - elif option == "2": - d.setVar('UBOOT_CONFIG_OPT',' KCFLAGS+=-DRCAR_DRAM_MAP2_2 KAFLAGS+=-DRCAR_DRAM_MAP2_2') - else: - d.setVar('UBOOT_CONFIG_OPT','') - return d.getVar('UBOOT_CONFIG_OPT') -- cgit 1.2.3-korg