mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
dm: exynos: Mark exynos5 console as pre-reloc
We will need the console before relocation, so mark it that way. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b8809e60cd
commit
9208fffebc
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@
|
|||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C30000 0x100>;
|
||||
interrupts = <0 54 0>;
|
||||
u-boot,dm-pre-reloc;
|
||||
id = <3>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue