rk: clang-wrapper.py ignore atags_to_fdt.c:129

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Icbfa48cfd16e9eacd6780032954d5f7e3f016aad
diff --git a/scripts/clang-wrapper.py b/scripts/clang-wrapper.py
index faff4c8..5486902 100755
--- a/scripts/clang-wrapper.py
+++ b/scripts/clang-wrapper.py
@@ -38,7 +38,7 @@
 import subprocess
 
 allowed_warnings = set([
-    "atags_to_fdt.c:109", # arch/arm/boot/compressed/atags_to_fdt.c:109:5: warning: stack frame size of 4416 bytes in function 'atags_to_fdt' [-Wframe-larger-than=]
+    "atags_to_fdt.c:129", # arch/arm/boot/compressed/atags_to_fdt.c:129:5: warning: stack frame size of 2368 bytes in function 'atags_to_fdt' [-Wframe-larger-than=]
     "file.c:3010", # fs/f2fs/file.c:3010:12: warning: unused function 'f2fs_ioctl_check_project'
     "configfs.c:1488", # drivers/usb/gadget/configfs.c:1488:12: warning: unused function 'configfs_composite_setup'
     "configfs.c:1513", # drivers/usb/gadget/configfs.c:1513:13: warning: unused function 'configfs_composite_disconnect'