bios/boot: fix default EMULATOR_RAM_BASE

This commit is contained in:
Florent Kermarrec 2019-07-23 10:28:19 +02:00
parent 0acacbaa82
commit e673fce445
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static const unsigned char macadr[6] = {0x10, 0xe2, 0xd5, 0x00, 0x00, 0x00};
#define DEVICE_TREE_IMAGE_RAM_OFFSET 0x01000000
#ifndef EMULATOR_RAM_BASE
#define EMULATOR_RAM_BASE 0x50000000
#define EMULATOR_RAM_BASE 0x20000000
#endif
#define EMULATOR_IMAGE_RAM_OFFSET 0x00000000