hekate/nyx: push some missed changes

This commit is contained in:
CTCaer
2022-07-01 11:33:43 +03:00
parent 535ea95086
commit fe7fd6370e
3 changed files with 4 additions and 5 deletions

View File

@@ -42,7 +42,6 @@ typedef struct _gui_status_bar_ctx
lv_obj_t *temp_degrees;
lv_obj_t *battery;
lv_obj_t *battery_more;
lv_obj_t *monitor;
} gui_status_bar_ctx;
extern lv_style_t hint_small_style;

View File

@@ -103,7 +103,7 @@ create_dir:
#define EXT_PAYLOAD_ADDR 0xC0000000
#define RCM_PAYLOAD_ADDR (EXT_PAYLOAD_ADDR + ALIGN(PATCHED_RELOC_SZ, 0x10))
#define COREBOOT_END_ADDR 0xD0000000
#define CBFS_DRAM_EN_ADDR 0x4003e000
#define CBFS_DRAM_EN_ADDR 0x4003E000
#define CBFS_DRAM_MAGIC 0x4452414D // "DRAM"
static void *coreboot_addr;