|
@@ -33,6 +33,7 @@
|
|
enum fixed_addresses {
|
|
enum fixed_addresses {
|
|
FIX_HOLE,
|
|
FIX_HOLE,
|
|
FIX_EARLYCON_MEM_BASE,
|
|
FIX_EARLYCON_MEM_BASE,
|
|
|
|
+ FIX_TEXT_POKE0,
|
|
__end_of_permanent_fixed_addresses,
|
|
__end_of_permanent_fixed_addresses,
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -49,7 +50,6 @@ enum fixed_addresses {
|
|
|
|
|
|
FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
|
|
FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
|
|
FIX_BTMAP_BEGIN = FIX_BTMAP_END + TOTAL_FIX_BTMAPS - 1,
|
|
FIX_BTMAP_BEGIN = FIX_BTMAP_END + TOTAL_FIX_BTMAPS - 1,
|
|
- FIX_TEXT_POKE0,
|
|
|
|
__end_of_fixed_addresses
|
|
__end_of_fixed_addresses
|
|
};
|
|
};
|
|
|
|
|