From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 28 Mar 2013 16:26:58 +0100 Subject: [U-Boot] [PATCH] menu: export menu_default_choice() function In-Reply-To: <1364086324-13515-1-git-send-email-agust@denx.de> References: <1364086240-13412-1-git-send-email-agust@denx.de> <1364086324-13515-1-git-send-email-agust@denx.de> Message-ID: <20130328162658.6b7d20c8@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 24 Mar 2013 01:52:04 +0100 Anatolij Gustschin wrote: > Checking the default menu item and obtaining its data can > be useful in custom menu code. Export menu_default_choice() > function which serves this purpose. > > Signed-off-by: Anatolij Gustschin > --- > common/menu.c | 2 +- > doc/README.menu | 5 +++++ > include/menu.h | 1 + > 3 files changed, 7 insertions(+), 1 deletions(-) applied to staging/agust at denx.de. Thanks. Anatolij