commit | a97b19dd5bc9a6bca543e6a7cb1db60b559341cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:40 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 6b518784bc284b1df2058b1c50c8285d2bc38efb | |
parent | 6fbb13dd22eb9008816b70df0a50ecb33e3b98c6 [diff] |
x86: dts: Mark serial as needed before relocation We almost always need the serial port before relocation, so mark it as such. This will ensure that it appears in the device tree for SPL, if used. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>