diff options
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 9fbf9afe2f..1e803169e6 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 374be27396..32c596241a 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 5b08d91097..eec9153300 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 |