diff options
author | Asen Dimov <dimov@ronetix.at> | 2011-12-09 10:56:55 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2011-12-12 10:28:30 +0100 |
commit | 52b2601696638dcc7b1041fac587605691ec5d82 (patch) | |
tree | 3b9f082c63786d30c0c27d2b3c4b54eccdbf5f17 /include/configs/pm9263.h | |
parent | d798a9b5d50527713adc6309206a8d9f287593fb (diff) |
pm9263: 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/configs/pm9263.h')
-rw-r--r-- | include/configs/pm9263.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 374be27396f..32c596241a4 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -172,6 +172,7 @@ #undef CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_USER_LOWLEVEL_INIT 1 +#define CONFIG_BOARD_EARLY_INIT_F /* * Hardware drivers |