From bc0a30f0bc58ef1406e595d101b70c067b80ea53 Mon Sep 17 00:00:00 2001 From: Nicholas Piggin Date: Fri, 10 May 2019 14:46:26 +1000 Subject: libfdt: upgrade to upstream dtc.git 243176c Upgrade libfdt/ to github.com/dgibson/dtc.git 243176c ("Fix bogus error on rebuild") This copies dtc/libfdt/ to skiboot/libfdt/, with the only change in that directory being the addition of README.skiboot and Makefile.inc. This adds about 14kB text, 2.5kB compressed xz. This could be reduced or mostly eliminated by cutting out fdt version checks and unused code, but tracking upstream is a bigger benefit at the moment. This loses commits: 14ed2b842f61 ("libfdt: add basic sanity check to fdt_open_into") bc7bb3d12bc1 ("sparse: fix declaration of fdt_strerror") As well as some prehistoric similar kinds of things, which is the punishment for us not being good downstream citizens and sending things upstream! Syncing to upstream will make that effort simpler in future. Signed-off-by: Nicholas Piggin Signed-off-by: Stewart Smith --- core/test/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/test/stubs.c') diff --git a/core/test/stubs.c b/core/test/stubs.c index 3aa1b86..e0f9829 100644 --- a/core/test/stubs.c +++ b/core/test/stubs.c @@ -99,7 +99,7 @@ STUB(fdt_add_reservemap_entry); STUB(fdt_finish_reservemap); STUB(fdt_strerror); STUB(fdt_check_header); -STUB(_fdt_check_node_offset); +STUB(fdt_check_node_offset_); STUB(fdt_next_tag); STUB(fdt_string); STUB(fdt_get_name); -- cgit v1.1