diff options
-rw-r--r-- | include/configs/edb93xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index efe2a9daa7..e3e32aa081 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -25,6 +25,8 @@ #error "no board defined" #endif +#define CONFIG_SYS_GENERIC_BOARD + /* Initial environment and monitor configuration options. */ #define CONFIG_BOOTDELAY 2 #define CONFIG_CMDLINE_TAG 1 |