From 22745a581e30ac546ba7e4625d92790774386581 Mon Sep 17 00:00:00 2001 From: Alessandro Rubini <rubini@gnudd.com> Date: Fri, 8 Mar 2013 16:58:53 +0100 Subject: [PATCH] configs: remove pp_printf_defconfig and update other configs the pp_printf_defconfig was the trial version for pp_pritnf as an alternative to mprintf, so it is not needed any more. All other defconfig were working already, but I'd better regenerate them with the current defaults. Signed-off-by: Alessandro Rubini <rubini@gnudd.com> --- configs/etherbone_defconfig | 13 ++++++++++--- configs/pp_printf_defconfig | 13 ------------- configs/spec_defconfig | 11 +++++++---- configs/wrnic_defconfig | 4 ++-- 4 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 configs/pp_printf_defconfig diff --git a/configs/etherbone_defconfig b/configs/etherbone_defconfig index 4296926..af71aa9 100644 --- a/configs/etherbone_defconfig +++ b/configs/etherbone_defconfig @@ -1,8 +1,15 @@ # # Automatically generated make config: don't edit # -CONFIG_MPRINTF=y -# CONFIG_PP_PRINTF is not set +CONFIG_RAMSIZE=90112 +CONFIG_PTP_NOPOSIX=y +# CONFIG_PPSI is not set +CONFIG_STACKSIZE=2048 +CONFIG_PP_PRINTF=y +# CONFIG_PRINTF_FULL is not set +CONFIG_PRINTF_XINT=y +# CONFIG_PRINTF_MINI is not set +# CONFIG_PRINTF_NONE is not set +CONFIG_PRINT_BUFSIZE=128 CONFIG_ETHERBONE=y # CONFIG_DETERMINISTIC_BINARY is not set -CONFIG_PTP_NOPOSIX=y diff --git a/configs/pp_printf_defconfig b/configs/pp_printf_defconfig deleted file mode 100644 index 43c2708..0000000 --- a/configs/pp_printf_defconfig +++ /dev/null @@ -1,13 +0,0 @@ -# -# Automatically generated make config: don't edit -# -# CONFIG_MPRINTF is not set -CONFIG_PP_PRINTF=y -# CONFIG_PRINTF_FULL is not set -CONFIG_PRINTF_XINT=y -# CONFIG_PRINTF_MINI is not set -# CONFIG_PRINTF_NONE is not set -CONFIG_PRINT_BUFSIZE=128 -CONFIG_ETHERBONE=y -CONFIG_DETERMINISTIC_BINARY=y -CONFIG_PTP_NOPOSIX=y diff --git a/configs/spec_defconfig b/configs/spec_defconfig index dfeb8d0..9114820 100644 --- a/configs/spec_defconfig +++ b/configs/spec_defconfig @@ -1,12 +1,15 @@ # # Automatically generated make config: don't edit # -CONFIG_MPRINTF=y -# CONFIG_PP_PRINTF is not set +CONFIG_RAMSIZE=90112 +CONFIG_PTP_NOPOSIX=y +# CONFIG_PPSI is not set +CONFIG_STACKSIZE=2048 +CONFIG_PP_PRINTF=y # CONFIG_PRINTF_FULL is not set -# CONFIG_PRINTF_XINT is not set +CONFIG_PRINTF_XINT=y # CONFIG_PRINTF_MINI is not set # CONFIG_PRINTF_NONE is not set +CONFIG_PRINT_BUFSIZE=128 # CONFIG_ETHERBONE is not set # CONFIG_DETERMINISTIC_BINARY is not set -CONFIG_PTP_NOPOSIX=y diff --git a/configs/wrnic_defconfig b/configs/wrnic_defconfig index 7736013..a912dfd 100644 --- a/configs/wrnic_defconfig +++ b/configs/wrnic_defconfig @@ -2,8 +2,9 @@ # Automatically generated make config: don't edit # CONFIG_RAMSIZE=90112 +CONFIG_PTP_NOPOSIX=y +# CONFIG_PPSI is not set CONFIG_STACKSIZE=3072 -# CONFIG_MPRINTF is not set CONFIG_PP_PRINTF=y # CONFIG_PRINTF_FULL is not set CONFIG_PRINTF_XINT=y @@ -12,4 +13,3 @@ CONFIG_PRINTF_XINT=y CONFIG_PRINT_BUFSIZE=128 # CONFIG_ETHERBONE is not set # CONFIG_DETERMINISTIC_BINARY is not set -CONFIG_PTP_NOPOSIX=y -- GitLab