Searched refs:INITRD_SIZE (Results 1 – 3 of 3) sorted by relevance
50 - ``INITRD_SIZE`` : Enable the insertion of initrd properties to the device55 alternative to ``INITRD_SIZE``. ``INITRD_SIZE`` takes precedence over
91 INITRD_SIZE=0x8000000 \94 The options ``INITRD_SIZE`` or ``INITRD_PATH`` triggers the insertion of initrd103 INITRD_SIZE: Set the initrd size in dec or hex format. Hex format must precede with '0x'.106 Users can provide either ``INITRD_SIZE`` or ``INITRD_PATH`` to set the initrd107 size value. ``INITRD_SIZE`` takes prioty over ``INITRD_PATH``.140 INITRD_SIZE=0x8000000 \
1069 ifneq (${INITRD_SIZE}${INITRD_PATH},)1074 INITRD_SIZE ?= $(shell printf "0x%x\n" $$(stat -Lc %s $(INITRD_PATH))) macro1075 initrd_end = $(shell printf "0x%x\n" $$(expr $$(($(INITRD_BASE) + $(INITRD_SIZE)))))