From 11f572c9e1befb177293bdad79ad98dbb64a5496 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Mon, 20 Jun 2016 12:09:37 +0200 Subject: [PATCH] sanitycheck: Recognize native IP stack specific sections Without these, test case will fail miserably. Change-Id: Ib46d167b8782c33362ac6edb9d8c50abc25908c0 Signed-off-by: Tomasz Bursztyka --- scripts/sanitycheck | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/sanitycheck b/scripts/sanitycheck index 2b0be345e82..dc3557eb9b8 100755 --- a/scripts/sanitycheck +++ b/scripts/sanitycheck @@ -466,7 +466,8 @@ class SizeCalculator: "_k_msgq_area", "_k_mbox_area", "_k_pipe_area"] # These get copied into RAM only on non-XIP ro_sections = ["text", "ctors", "init_array", "reset", - "rodata", "devconfig"] + "rodata", "devconfig", + "net_if", "net_l2", "net_nbr"] def __init__(self, filename, extra_sections): """Constructor