[U-Boot] [PATCH] doc: Fix inconsistent filename in PXE config example

The default config includes base.menu, not linux.list
Signed-off-by: Stefan Brüns stefan.bruens@rwth-aachen.de --- doc/README.pxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.pxe b/doc/README.pxe index d017f60..bd175eb 100644 --- a/doc/README.pxe +++ b/doc/README.pxe @@ -170,7 +170,7 @@ Example ------- Here's a couple of example files to show how this works.
-------------/tftpboot/pxelinux.cfg/menus/linux.list---------- +------------/tftpboot/pxelinux.cfg/menus/base.menu----------- menu title Linux selections
# This is the default label

On Sun, Aug 30, 2015 at 07:10:59PM +0200, Stefan Brüns wrote:
The default config includes base.menu, not linux.list
Signed-off-by: Stefan Brüns stefan.bruens@rwth-aachen.de
Applied to u-boot/master, thanks!

Hi Stefan,
On Sun, Aug 30, 2015 at 12:10 PM, Stefan Brüns stefan.bruens@rwth-aachen.de wrote:
The default config includes base.menu, not linux.list
Signed-off-by: Stefan Brüns stefan.bruens@rwth-aachen.de
Acked-by: Joe Hershberger joe.hershberger@ni.com
participants (3)
-
Joe Hershberger
-
Stefan Brüns
-
Tom Rini