X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fgeekbox.h;h=4b12eb7af9a8d6f1085de3bd8c78edc16e917bd2;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=7a707cb2a0f77f1f4de82f3d1ddb8c578cc77761;hpb=2218b32d88f9b4b4484cea9a8b034ddab0be298b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/geekbox.h b/include/configs/geekbox.h index 7a707cb..4b12eb7 100644 --- a/include/configs/geekbox.h +++ b/include/configs/geekbox.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2016 Andreas Färber - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIGS_GEEKBOX_H @@ -9,8 +8,4 @@ #include -#define CONFIG_ENV_SIZE 0x2000 - -#define CONFIG_CONSOLE_SCROLL_LINES 10 - #endif