diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-11-29 22:36:39 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2010-12-01 20:48:38 +0100 |
commit | f550c521e123f2c35d742599f19f4aea2db85951 (patch) | |
tree | 4bc6ce19b387057ff0eb1a82ebb66458a2aef08a /include/configs | |
parent | 14f88c43fcb7cee954648daeaba08b8e881ec01b (diff) |
mpc512x: aria: cleanup board config file
CONFIG_FSL_DIU_LOGO_BMP has been removed while refactoring
MPC8610 and MPC5121 DIU code, so remove it.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/aria.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/aria.h b/include/configs/aria.h index b3ca8d23f8c..3a60de0d470 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -49,7 +49,6 @@ #define CONFIG_E300 1 /* E300 Family */ #define CONFIG_MPC512X 1 /* MPC512X family */ #define CONFIG_FSL_DIU_FB 1 /* FSL DIU */ -#define CONFIG_FSL_DIU_LOGO_BMP 1 /* Don't include FSL DIU binary bmp */ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 |