commit | 44093a1554be9ca4d4e964710537a3d0014909b9 | [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 | 07bc873c73315854f52506777d9afb70c5cfedda [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>