diff options
Diffstat (limited to 'arch/arm/mach-bcmring/Makefile.boot')
-rw-r--r-- | arch/arm/mach-bcmring/Makefile.boot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmring/Makefile.boot b/arch/arm/mach-bcmring/Makefile.boot new file mode 100644 index 00000000000..fb53b283beb --- /dev/null +++ b/arch/arm/mach-bcmring/Makefile.boot @@ -0,0 +1,6 @@ +# Address where decompressor will be written and eventually executed. +# +# default to SDRAM +zreladdr-y := $(CONFIG_BCM_ZRELADDR) +params_phys-y := 0x00000800 + |