summaryrefslogtreecommitdiff
path: root/tests/get_mem_rsv.c
Commit message (Collapse)AuthorAgeFilesLines
* dtc/tests: don't include fdt.h prior to libfdt.hKim Phillips2013-01-061-1/+0
| | | | | | | | | tests will need fdt type definitions provided in a subsequent patch to libfdt_env.h. Since libfdt.h includes libfdt_env.h in the right order anyway, just remove the fdt.h include. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>
* dtc: Restore missing code for testcasesDavid Gibson2007-10-171-0/+49
Recent commits 333542fabf8720b881e992a5abca32ef4bcb841a and fd1bf3a5ae46962528ef89a824261a88830758a2 added new testcases to dtc. However, although the testcases were added to the Makefile and run_tests.sh, one of the .c files for the testcase was omitted from the patch in each case. This patch restores the missing testcase code. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>