HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37378 )
Change subject: vendorcode/cavium/bdk/libdram: Add missing <stdlib.h> ......................................................................
vendorcode/cavium/bdk/libdram: Add missing <stdlib.h>
Change-Id: I9ded44422a267e244343502dd5d6ab355e5a788d Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/vendorcode/cavium/bdk/libdram/dram-tune-ddr3.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/37378/1
diff --git a/src/vendorcode/cavium/bdk/libdram/dram-tune-ddr3.c b/src/vendorcode/cavium/bdk/libdram/dram-tune-ddr3.c index 291fe85..47eb07d 100644 --- a/src/vendorcode/cavium/bdk/libdram/dram-tune-ddr3.c +++ b/src/vendorcode/cavium/bdk/libdram/dram-tune-ddr3.c @@ -39,6 +39,7 @@ #include <bdk.h> #include "dram-internal.h"
+#include <stdlib.h> #include <string.h> #include <lame_string.h> /* for strtoul */ #include <libbdk-hal/bdk-atomic.h>