Re: [PATCH v3 3/5] test/dm: fdtdec: Add the missing gd declaration

2020-06-16 Thread Simon Glass
On Tue, 9 Jun 2020 at 23:36, Bin Meng wrote: > > From: Bin Meng > > Add DECLARE_GLOBAL_DATA_PTR since it is referenced in the test codes. > > Signed-off-by: Bin Meng > --- > > (no changes since v1) > > test/dm/fdtdec.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass You ma

[PATCH v3 3/5] test/dm: fdtdec: Add the missing gd declaration

2020-06-09 Thread Bin Meng
From: Bin Meng Add DECLARE_GLOBAL_DATA_PTR since it is referenced in the test codes. Signed-off-by: Bin Meng --- (no changes since v1) test/dm/fdtdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/dm/fdtdec.c b/test/dm/fdtdec.c index b2f75b5..c2f7b94 100644 --- a/test/dm/fdtdec