From 7ae7e9f1e4902a72c8c791725fc87cd24432beca Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Thu, 10 Mar 2011 21:46:55 +0000 Subject: [PATCH] fixes double uint entries --- scripts/Menuconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Menuconfig b/scripts/Menuconfig index 15d77d8..2144b48 100644 --- a/scripts/Menuconfig +++ b/scripts/Menuconfig @@ -1367,7 +1367,6 @@ save_configuration () { function uint () { set_x_info "$2" "$3" echo "$2=$x" >>$CONFIG - echo "#define $2 ($x""u)" >>$CONFIG_H echo -e "#define $2 ($x)\n#define U$2 ($x""u)" >>$CONFIG_H }