commit | 3a25073a40e0351375c2784c1cdc2a2b327bb4c3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:45:29 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:22 2020 +0800 |
tree | 1c583a15009e3b01da35d505a9f4964c77f3e636 | |
parent | 7c73cea44290a5779bfcaafe6d7a1dbf6fbc1b1d [diff] |
x86: Correct the assembly guard in e820.h This is currently in the wrong place, so including the file in the device tree fails. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>