test/dm: fdtdec: Add the missing gd declaration
authorBin Meng <bin.meng@windriver.com>
Tue, 23 Jun 2020 05:55:47 +0000 (22:55 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:57:22 +0000 (18:57 -0600)
commitc9a1df027abb831af35db2810c1a4f45b13cee79
treeb031ffc959a6bbddd156c7e5ba67c86df5b3fe21
parent43913f01b93ef08b87efa63b5ba599026e900e12
test/dm: fdtdec: Add the missing gd declaration

Add DECLARE_GLOBAL_DATA_PTR since it is referenced in the test codes.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/fdtdec.c