X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsandbox_spl.h;h=f53688268ea0b29fac7cd5007b0b434fa7051f17;hb=1d5d0275d7684005643952b4591eb5899f55beaf;hp=ffc309867a2ed5baf18bf74115bf4fb1c05b2366;hpb=66669fcf809c1e3ff644b12e04e625d3737ffd8e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sandbox_spl.h b/include/configs/sandbox_spl.h index ffc3098..f536882 100644 --- a/include/configs/sandbox_spl.h +++ b/include/configs/sandbox_spl.h @@ -1,6 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2016 Google, Inc - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __SANDBOX_SPL_CONFIG_H @@ -8,13 +8,4 @@ #include -#define CONFIG_SPL_BOARD_INIT - -#define CONFIG_SPL_DRIVERS_MISC_SUPPORT -#define CONFIG_SPL_ENV_SUPPORT -#define CONFIG_SPL_FRAMEWORK -#define CONFIG_SPL_LIBCOMMON_SUPPORT -#define CONFIG_SPL_LIBGENERIC_SUPPORT -#define CONFIG_SPL_SERIAL_SUPPORT - #endif