]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commited4e0af7a0d4b998fa5de8a9bccae256501905b7
treeb031ffc959a6bbddd156c7e5ba67c86df5b3fe21
parentaa649a8a359bdf3a584d89df769ebcc3e0d2cea7
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