mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
146b34bf40
commit
e1be0b3f67
@ -3,8 +3,7 @@ LIB_INC_DIR = $(LIB_DIR)/include
|
||||
|
||||
SHARED_LIB = yes
|
||||
|
||||
# FIXME should we *really* add dde_kit to this shared library?
|
||||
LIBS += dde_kit libc-setjmp libc
|
||||
LIBS += libc-setjmp libc
|
||||
|
||||
LD_OPT += --version-script=$(LIB_DIR)/symbol.map
|
||||
|
||||
|
@ -348,7 +348,6 @@ extern unsigned long jiffies;
|
||||
|
||||
time_t time(time_t *t)
|
||||
{
|
||||
dde_kit_printf("%s:%d from: %p\n", __func__, __LINE__, __builtin_return_address(0));
|
||||
return jiffies;
|
||||
}
|
||||
|
||||
|
@ -1190,7 +1190,7 @@ int request_firmware_nowait(struct module *module, bool uevent,
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* use dde_kit_large_malloc because our slab only goes up to 64KiB */
|
||||
/* use Genode env because our slab only goes up to 64KiB */
|
||||
fw->data = (u8*)Genode::env()->heap()->alloc(fwl->size);
|
||||
if (!fw->data) {
|
||||
PERR("could not allocate memory for firmware image");
|
||||
|
Loading…
Reference in New Issue
Block a user