Hi Simon,
2018-05-23 7:30 GMT+08:00 Simon Glass :
> Hi,
>
> On 18 May 2018 at 01:56, Kelvin Cheung wrote:
> > Add FIT data-position & data-offset property support for bootm,
> > which were already supported in SPL.
> >
> > Signed-off-by: Kelvin C
Add FIT data-position & data-offset property support for bootm,
which were already supported in SPL.
Signed-off-by: Kelvin Cheung
---
Changes for v2:
create fit_image_get_data_and_size() to remove duplicated code
Changes for v3:
correct the comment
---
common/image-fit.c
Add FIT data-position & data-offset property support for bootm,
which were already supported in SPL.
Signed-off-by: Kelvin Cheung
---
Changes for v2:
create fit_image_get_data_and_size() to remove duplicated code
---
common/image-fit.c
Hi Simon,
You are right.
I will update the patch soon.
Thanks very much!
2018-05-16 23:40 GMT+08:00 Simon Glass :
> Hi Kevin,
>
> On 16 May 2018 at 15:35, Kelvin Cheung wrote:
> > Add FIT data-position & data-offset property support for bootm,
> > which are
Add FIT data-position & data-offset property support for bootm,
which are already supported in SPL.
Signed-off-by: Kelvin Cheung
---
common/image-fit.c | 82 +++---
1 file changed, 78 insertions(+), 4 deletions(-)
diff --git a/common/image-f
_algo'
...
make[1]: *** [u-boot] Error 1
Signed-off-by: Kelvin Cheung
---
Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/Kconfig b/Kconfig
index 37331d2..9fd9de1 100644
--- a/Kconfig
+++ b/Kconfig
@@ -253,6 +253,7 @@ config FIT_SIGNATURE
bool "Enable signature veri
6 matches
Mail list logo