[U-Boot] [PATCH] 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 --- 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 b3ca8d2..3a60de0 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

On Mon, 29 Nov 2010 22:42:00 +0100 Anatolij Gustschin agust@denx.de wrote:
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
include/configs/aria.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
applied to u-boot-video/master.
Anatolij
participants (1)
-
Anatolij Gustschin