diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/menlo/m53menlo/m53menlo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/menlo/m53menlo/m53menlo.c b/board/menlo/m53menlo/m53menlo.c index 61ab384..a1e53e8 100644 --- a/board/menlo/m53menlo/m53menlo.c +++ b/board/menlo/m53menlo/m53menlo.c @@ -359,6 +359,7 @@ int board_late_init(void) addr = hextoul(s, NULL); dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); +#error "CONFIG_SYS_VIDEO_LOGO_MAX_SIZE is not unused yet" if (!dst) return -ENOMEM; |