diff options
author | Asen Dimov <dimov@ronetix.at> | 2011-12-09 10:59:07 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2011-12-12 10:28:46 +0100 |
commit | 0160c1e1a373c40bf9f9930c695c121b1f9da5ab (patch) | |
tree | be8ec091423d39f33be48c5cf4f035edada79267 /include | |
parent | 52b2601696638dcc7b1041fac587605691ec5d82 (diff) | |
download | u-boot-imx-0160c1e1a373c40bf9f9930c695c121b1f9da5ab.zip u-boot-imx-0160c1e1a373c40bf9f9930c695c121b1f9da5ab.tar.gz u-boot-imx-0160c1e1a373c40bf9f9930c695c121b1f9da5ab.tar.bz2 |
pm9261: init serial console before relocation
The early messages can be seen on the debug console.
Signed-off-by: Asen Chavdarov Dimov <dimov@ronetix.at>
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 9fbf9af..1e80316 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 |