hekate/nyx: push some missed changes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user