diff options
author | Ye.Li | 2014-09-09 14:51:58 +0800 |
---|---|---|
committer | Stefano Babic | 2014-09-11 11:04:26 +0200 |
commit | 4c97f16911e229f6d5bbea5bee52449916e5fa92 (patch) | |
tree | c4a3da1509053dc85c9950da8b40f9a4a1b32a81 /include | |
parent | 9500fac7ea12d822bd701cb19405a665c9e4ebd0 (diff) |
imx: mx6slevk: Change to use generic board
Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board.
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6slevk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 3d05a647d94..194d7bdb76e 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -26,6 +26,8 @@ #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG +#define CONFIG_SYS_GENERIC_BOARD + /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) |