search for: bd482f2

Displaying 1 result from an estimated 1 matches for "bd482f2".

2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
...AUD_DIVISOR equ 115200 ; Serial port parameter MAX_FKEYS equ 12 ; Number of F-key help files ; -; Local boot supported -; -%assign HAS_LOCALBOOT 1 - -; ; log2(Max filename size Including final null) ; FILENAME_MAX_LG2 equ 8 diff --git a/core/keywords.inc b/core/keywords.inc index d0f7db3..bd482f2 100644 --- a/core/keywords.inc +++ b/core/keywords.inc @@ -94,8 +94,6 @@ keywd_table: %if IS_PXELINUX keyword ipappend, pc_ipappend %endif -%if HAS_LOCALBOOT keyword localboot, pc_localboot -%endif keywd_count equ ($-keywd_table)/keywd_size diff --git a/core/localboot.inc b/core/localboo...