diff options
author | Wolfgang Denk | 2011-12-12 14:51:16 +0100 |
---|---|---|
committer | Wolfgang Denk | 2011-12-12 14:51:16 +0100 |
commit | 06e42c6e2ce269667daecd6229d0b7c813838203 (patch) | |
tree | ba752563a5b865f1c3015f17ef5437f5f2dcc90f /include | |
parent | 5738946be46c513fd945d3e1d8f8a0fa718b7c58 (diff) | |
parent | c4df21490179ae95ef13b92ce7980992ffb1e5f8 (diff) |
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
* 'agust@denx.de' of git://git.denx.de/u-boot-staging:
pm9g45: init serial console before relocation
pm9261: init serial console before relocation
pm9263: init serial console before relocation
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/pm9261.h | 1 | ||||
-rw-r--r-- | include/configs/pm9263.h | 1 | ||||
-rw-r--r-- | include/configs/pm9g45.h | 1 |
3 files changed, 3 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 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 diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 5b08d910976..eec91533003 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -57,6 +57,7 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_BOARD_EARLY_INIT_F /* * Hardware drivers |