https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ade83f33812e421f004d5b6e0286c03f6a8392c7 authored by Jason Self on 25 January 2014, 16:31:43 UTC
Linux-libre 3.10.28-gnu
Tip revision: ade83f3
Makefile.boot
__ZRELADDR	:= $(shell /bin/bash -c 'printf "0x%08x" \
		     $$[$(CONFIG_MEMORY_START) + 0x8000]')

   zreladdr-y   += $(__ZRELADDR)

# Unsupported legacy stuff
#
#params_phys-y (Instead: Pass atags pointer in r2)
#initrd_phys-y (Instead: Use compiled-in initramfs)
back to top