Add RB_MULTIPLE flag so the bootloader can turn on mulitiple console
support. This flag value is identical to RBX_DUAL from boot2.
This commit is contained in:
parent
034cc6fe5a
commit
5e1cf72708
@ -61,6 +61,7 @@
|
||||
#define RB_GDB 0x8000 /* use GDB remote debugger instead of DDB */
|
||||
#define RB_MUTE 0x10000 /* Come up with the console muted */
|
||||
#define RB_SELFTEST 0x20000 /* don't boot to normal operation, do selftest */
|
||||
#define RB_MULTIPLE 0x20000000 /* Use multiple consoles */
|
||||
|
||||
#define RB_BOOTINFO 0x80000000 /* have `struct bootinfo *' arg */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user