diff options
| author | Marek Vasut <[email protected]> | 2012-05-01 11:09:45 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-05-15 08:31:35 +0200 |
| commit | f8c4a86b5e9717c1539b6aa45667ba531581ab28 (patch) | |
| tree | 1b199abe6bb6ec47e183b9ab6330b2e2efd91162 /include | |
| parent | 0239c2fb4a24f99e7d63d7ec0be04a05f0b895f4 (diff) | |
i.MX28: Implement boot pads sampling and reporting
This patch implements code that samples i.MX28 boot pads and reports boot mode
accordingly.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Detlev Zundel <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/m28evk.h | 1 | ||||
| -rw-r--r-- | include/configs/mx28evk.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 60f8a6c3691..c62f4d01fd3 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -54,6 +54,7 @@ #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/mx28/u-boot-spl.lds" #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT +#define CONFIG_SPL_GPIO_SUPPORT /* * U-Boot Commands diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 5cd97305126..0c18e5022a1 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -46,6 +46,7 @@ #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/mx28/u-boot-spl.lds" #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT +#define CONFIG_SPL_GPIO_SUPPORT /* * U-Boot Commands |
