diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-30 14:08:25 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-30 14:42:03 -0400 |
commit | 25b4adbba018633b943a99322bfb2fb819c0bafb (patch) | |
tree | c4232d108de3aca2127cb4b07be68649eb263c3b /include/configs/cam_enc_4xx.h | |
parent | c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f (diff) | |
download | u-boot-25b4adbba018633b943a99322bfb2fb819c0bafb.tar.gz |
include: remove CONFIG_SPL/CONFIG_TPL definition in config headers
Now CONFIG_SPL and CONFIG_TPL are defined in Kconfig.
Remove the redundant definition in config headers.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/cam_enc_4xx.h')
-rw-r--r-- | include/configs/cam_enc_4xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h index 759ad2a5c5..5f30279fe6 100644 --- a/include/configs/cam_enc_4xx.h +++ b/include/configs/cam_enc_4xx.h @@ -199,7 +199,6 @@ #define CONFIG_SYS_NAND_BLOCK_SIZE 0x20000 /* Defines for SPL */ -#define CONFIG_SPL 1 #define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_LIBGENERIC_SUPPORT |