diff options
author | Sergey Kostanbaev | 2015-09-10 01:40:01 +0300 |
---|---|---|
committer | Tom Rini | 2015-09-13 08:01:10 -0400 |
commit | 278bd4e7d71e4e54677b36106615c02b87b69bd6 (patch) | |
tree | 451dd7e84241bba3c059862fc0a218a970ad0908 /include | |
parent | 6083aec1db1ac29f486641eee3d162a337cc4a01 (diff) |
arm: move edb93xx to generic board architecture
Use CONFIG_SYS_GENERIC_BOARD in EDB93XX board family
Diffstat (limited to 'include')
-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 efe2a9daa7c..e3e32aa0814 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 |