diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-06 23:06:50 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-17 22:54:41 +0100 |
commit | 5c98d7ffb0b11c9e3909f56ec5ce9dff682f1e30 (patch) | |
tree | de00dc3dcf91f2aa176ba98edd098c0eb55392ef /include/configs/atstk1002.h | |
parent | 573feec8a43bd1b44134a1a5ce10676b577d0358 (diff) | |
download | talos-obmc-uboot-5c98d7ffb0b11c9e3909f56ec5ce9dff682f1e30.tar.gz talos-obmc-uboot-5c98d7ffb0b11c9e3909f56ec5ce9dff682f1e30.zip |
atstk1002: enable generic board
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/atstk1002.h')
-rw-r--r-- | include/configs/atstk1002.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 9e58238f1d..a9c064a45d 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -104,6 +104,10 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY +/* generic board */ +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_EARLY_INIT_R /* * Command line configuration. |