diff options
| author | Asen Dimov <[email protected]> | 2011-12-09 10:59:07 +0000 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2011-12-12 10:28:46 +0100 |
| commit | 0160c1e1a373c40bf9f9930c695c121b1f9da5ab (patch) | |
| tree | be8ec091423d39f33be48c5cf4f035edada79267 /include | |
| parent | 52b2601696638dcc7b1041fac587605691ec5d82 (diff) | |
pm9261: init serial console before relocation
The early messages can be seen on the debug console.
Signed-off-by: Asen Chavdarov Dimov <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/pm9261.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 9fbf9afe2fb..1e803169e6a 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -161,6 +161,7 @@ #define CONFIG_INITRD_TAG 1 #undef CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_BOARD_EARLY_INIT_F /* * Hardware drivers |
