diff options
author | David Müller (ELSOFT AG) | 2014-09-30 12:32:20 +0200 |
---|---|---|
committer | Tom Rini | 2014-10-10 09:44:44 -0400 |
commit | 3f2b5bb6741fa21d7a7768be3a9be3730c9ecf3b (patch) | |
tree | 37c91ebdd1ac08ffd53989187fac7ee159e8925e | |
parent | 2ea9103924048637d28baf0f7b1dd410f6704c32 (diff) |
PIP405: convert to generic board
Signed-off-by: David Müller <d.mueller@elsoft.ch>
-rw-r--r-- | include/configs/PIP405.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index a6f505aaa98..9a1b2acac3b 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -21,6 +21,8 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF80000 +#define CONFIG_SYS_GENERIC_BOARD + /*********************************************************** * Clock ***********************************************************/ |