move rb_nosym/rb_sboot here
This commit is contained in:
parent
31a61aca69
commit
208aa439bf
|
@ -185,3 +185,11 @@ struct mvmeprom_args {
|
|||
#define MVMEPROM_REG_NBARGEND "a4"
|
||||
#define MVMEPROM_REG_ARGSTART "a5"
|
||||
#define MVMEPROM_REG_ARGEND "a6"
|
||||
|
||||
#ifndef RB_NOSYM
|
||||
#define RB_NOSYM 0x400
|
||||
#endif
|
||||
#ifndef RB_SBOOT
|
||||
#define RB_SBOOT 0x800
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue