diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-06 23:06:49 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-17 22:54:39 +0100 |
commit | 573feec8a43bd1b44134a1a5ce10676b577d0358 (patch) | |
tree | 7efa3fb6228d22ed667b3cabb3654c7db66f74b7 | |
parent | a752a8b4c49d67daa4ea9f9ebac3972bb1c2328b (diff) | |
download | u-boot-imx-573feec8a43bd1b44134a1a5ce10676b577d0358.zip u-boot-imx-573feec8a43bd1b44134a1a5ce10676b577d0358.tar.gz u-boot-imx-573feec8a43bd1b44134a1a5ce10676b577d0358.tar.bz2 |
grasshopper: enable generic board
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
-rw-r--r-- | include/configs/grasshopper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/grasshopper.h b/include/configs/grasshopper.h index 83f0ed2..54eb977 100644 --- a/include/configs/grasshopper.h +++ b/include/configs/grasshopper.h @@ -62,6 +62,10 @@ #define CONFIG_USART_BASE ATMEL_BASE_USART1 #define CONFIG_USART_ID 1 +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_EARLY_INIT_R + /* User serviceable stuff */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS |