u-boot/test
Simon Glass f9fd4558ea dm: test: Don't clear global_data in dm_test_uclass_before_ready()
We must not clear global_data even in tests, since the ram_buffer (which
is used by malloc()) will also be lost, and subsequent tests will fail.

Zero only the global_data fields that are required for the test to function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Tested-by: Joe Hershberger <joe.hershberger@ni.com>
2015-04-22 11:15:36 -06:00
..
dfu
dm dm: test: Don't clear global_data in dm_test_uclass_before_ready() 2015-04-22 11:15:36 -06:00
fs
image
stdint
trace
ums
vboot
cmd_repeat.sh
command_ut.c
common.sh
compression.c common: Make sure arch-specific map_sysmem() is defined 2015-04-18 11:11:09 -06:00
Kconfig dm: test: Add a Kconfig file 2015-02-12 10:35:34 -07:00
Makefile