GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-realview / Makefile.boot
blobd97e003d3df4c2237be7e2b02a706d4819655b27
1 ifeq ($(CONFIG_REALVIEW_HIGH_PHYS_OFFSET),y)
2    zreladdr-y   := 0x70008000
3 params_phys-y   := 0x70000100
4 initrd_phys-y   := 0x70800000
5 else
6    zreladdr-y   := 0x00008000
7 params_phys-y   := 0x00000100
8 initrd_phys-y   := 0x00800000
9 endif