diff options
| author | Benoît Thébaudeau <[email protected]> | 2012-09-18 04:48:42 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2012-09-23 19:55:06 +0200 |
| commit | 362635bd50e386770ebaa2d5d090eb8cbf96430b (patch) | |
| tree | a5b2cdff5f729d3940ebd60efd509ad9390b13c5 /include | |
| parent | 1d9b033269263a69f7402f508c17b242fc7fea43 (diff) | |
mx51evk: Add CONFIG_REVISION_TAG
FSL 2.6.35 kernel assumes that the bootloader passes the CONFIG_REVISION_TAG
information.
If this data is not present, the kernel misconfigures the TZIC, which results in
the timer interrupt handler never being called, so the kernel deadlocks while
calibrating its delay.
Suggested-by: Greg Topmiller <[email protected]>
Signed-off-by: Benoît Thébaudeau <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Fabio Estevam <[email protected]>
Acked-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx51evk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index ba4a4a623c1..7b027b42acd 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -44,6 +44,7 @@ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_REVISION_TAG #define CONFIG_OF_LIBFDT |
