commit | efaa7c4ebde428fb0c3ae89731fe463893bd2905 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:43 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | 366dbcf1149c6bb2dbe4f82a214a93c3fc9ef00a | |
parent | 126f0d29a66a045ff525f1c91cbefaabf80e2e76 [diff] |
fdt: Allow C++ comments in link scripts and DT files At present // in a device-tree file or link script causes a warning. But this is used in the standard license header. Update the compiler flags to use C99, which permits this. Signed-off-by: Simon Glass <sjg@chromium.org>