[PATCH V2] colibri-imx7: move CONFIG_BOOTCOMMAND from header to defconfig

2021-09-01 Thread liu . ming50
From: Ming Liu Move CONFIG_BOOTCOMMAND definition from colibri_imx7.h to colibri_imx7_defconfig, to be more flexible, for instance, it could be overridden by merge_config.sh script. Signed-off-by: Ming Liu --- configs/colibri_imx7_defconfig | 3 ++- include/configs/colibri_imx7.h | 2 -- 2 fil

[PATCH V2] colibri-imx6ull: move CONFIG_BOOTCOMMAND from header to defconfig

2021-09-01 Thread liu . ming50
From: Ming Liu Move CONFIG_BOOTCOMMAND definition from colibri-imx6ull.h to colibri-imx6ull_defconfig, to be more flexible, for instance, it could be overridden by merge_config.sh script. Signed-off-by: Ming Liu --- configs/colibri-imx6ull_defconfig | 3 ++- include/configs/colibri-imx6ull.h |

[[PATCH] colibri-imx7: move CONFIG_BOOTCOMMAND from header to defconfig

2021-09-01 Thread liu . ming50
From: Ming Liu Move CONFIG_BOOTCOMMAND definition from colibri_imx7.h to colibri_imx7_defconfig, to be more flexible, for instance, it could be overridden by merge_config.sh script. Signed-off-by: Ming Liu --- configs/colibri_imx7_defconfig | 3 ++- include/configs/colibri_imx7.h | 2 -- 2 fil

[[PATCH] colibri-imx6ull: move CONFIG_BOOTCOMMAND from header to defconfig

2021-09-01 Thread liu . ming50
From: Ming Liu Move CONFIG_BOOTCOMMAND definition from colibri-imx6ull.h to colibri-imx6ull_defconfig, to be more flexible, for instance, it could be overridden by merge_config.sh script. Signed-off-by: Ming Liu --- configs/colibri-imx6ull_defconfig | 3 ++- include/configs/colibri-imx6ull.h |

[[PATCH] colibri_imx6: add board_fit_config_name_match to support FIT in SPL

2021-05-31 Thread liu . ming50
From: Ming Liu Only one dtb is currently supported, so match with imx6-colibri. Signed-off-by: Ming Liu --- board/toradex/colibri_imx6/colibri_imx6.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/board/toradex/colibri_imx6/colibri_imx6.c b/board/toradex/colibri_imx6/colibri_

[[PATCH] tools: image-host: fix wrong return value

2021-05-31 Thread liu . ming50
From: Ming Liu The return value '-ENOSPC' of fit_set_timestamp function does not match the caller fit_image_write_sig's expection which is '-FDT_ERR_NOSPACE'. Fix it by not calling fit_set_timestamp, but call fdt_setprop instead. This fixes a following mkimage error: | Can't write signature for

[[PATCH] colibri_imx6: add board_fit_config_name_match to support FIT in SPL

2021-05-30 Thread liu . ming50
From: Ming Liu Only one dtb is currently supported, so match with imx6-colibri. Signed-off-by: Ming Liu --- board/toradex/colibri_imx6/colibri_imx6.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/board/toradex/colibri_imx6/colibri_imx6.c b/board/toradex/colibri_imx6/colibri_

[[PATCH] tools: image-host: fix wrong return value

2021-05-30 Thread liu . ming50
From: Ming Liu The return value '-ENOSPC' of fit_set_timestamp function does not match the caller fit_image_write_sig's expection which is '-FDT_ERR_NOSPACE'. Fix it by not calling fit_set_timestamp, but call fdt_setprop instead. This fixes a following mkimage error: | Can't write signature for