PDP11: Fix setting of CSR address in RF11 boot command.
This commit is contained in:
parent
bce72b2b1a
commit
d112c22f5e
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ return auto_config (0, 0);
|
||||||
|
|
||||||
#define BOOT_START 02000 /* start */
|
#define BOOT_START 02000 /* start */
|
||||||
#define BOOT_ENTRY (BOOT_START + 002) /* entry */
|
#define BOOT_ENTRY (BOOT_START + 002) /* entry */
|
||||||
#define BOOT_CSR (BOOT_START + 032) /* CSR */
|
#define BOOT_CSR (BOOT_START + 010) /* CSR */
|
||||||
#define BOOT_LEN (sizeof (boot_rom) / sizeof (uint16))
|
#define BOOT_LEN (sizeof (boot_rom) / sizeof (uint16))
|
||||||
|
|
||||||
static const uint16 boot_rom[] = {
|
static const uint16 boot_rom[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue