diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2014-09-30 12:32:21 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:44 -0400 |
commit | d3b88405e5ee4e37bc14cb66c12aa61b9f1b8ead (patch) | |
tree | 502ad532a97b8ded23d992917bcfa59e9ba41250 | |
parent | 3f2b5bb6741fa21d7a7768be3a9be3730c9ecf3b (diff) | |
download | u-boot-d3b88405e5ee4e37bc14cb66c12aa61b9f1b8ead.zip u-boot-d3b88405e5ee4e37bc14cb66c12aa61b9f1b8ead.tar.gz u-boot-d3b88405e5ee4e37bc14cb66c12aa61b9f1b8ead.tar.bz2 |
MIP405: convert to generic board
Signed-off-by: David Müller <d.mueller@elsoft.ch>
-rw-r--r-- | include/configs/MIP405.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 68824fd..147f122 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -21,6 +21,8 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF80000 +#define CONFIG_SYS_GENERIC_BOARD + /*********************************************************** * Note that it may also be a MIP405T board which is a subset of the * MIP405 |