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
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 |
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
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 |
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_
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
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_
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
8 matches
Mail list logo