summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-10 07:49:20 -0600
committerSimon Glass <sjg@chromium.org>2014-10-23 19:45:45 -0600
commite98a03ca68ca0edd08c260126aacc8c0f550804a (patch)
treefdfa45d062d384369bc0271b4671028043a5faa9 /arch/x86/dts
parentd1259c9f5fec24294344ebe5a66ec52376b3d46b (diff)
downloadu-boot-imx-e98a03ca68ca0edd08c260126aacc8c0f550804a.zip
u-boot-imx-e98a03ca68ca0edd08c260126aacc8c0f550804a.tar.gz
u-boot-imx-e98a03ca68ca0edd08c260126aacc8c0f550804a.tar.bz2
dm: x86: Convert coreboot serial to use driver model
This makes use of the existing device tree node to use driver model for the serial console. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/coreboot.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/coreboot.dtsi b/arch/x86/dts/coreboot.dtsi
index c989152..c8dc4ce 100644
--- a/arch/x86/dts/coreboot.dtsi
+++ b/arch/x86/dts/coreboot.dtsi
@@ -1,8 +1,8 @@
/include/ "skeleton.dtsi"
/ {
- aliases {
- console = "/serial";
+ chosen {
+ stdout-path = "/serial";
};
serial {