diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-09-16 21:44:50 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-10-03 18:13:09 -0400 |
commit | 9ad79b58510b2845e5ffa77654596d7184a827ab (patch) | |
tree | 77286849c1f91a94cff1f352772c53920950c17a /arch/xtensa/Makefile | |
parent | b973b4c91be8f7de0531cf8ca2df41021d8f39b3 (diff) |
xtensa: drop CONFIG_EMBEDDED_RAMDISK
Remove Kconfig entries, boot subdirectory, dependencies from other
boot-* Makefiles, and sections from ld scripts.
Remove stale redboot code that used to pass initrd addresses in a3 and
a4 to _start.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Makefile')
-rw-r--r-- | arch/xtensa/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index b201d4486098..735916b3daee 100644 --- a/arch/xtensa/Makefile +++ b/arch/xtensa/Makefile | |||
@@ -48,12 +48,6 @@ endif | |||
48 | 48 | ||
49 | KBUILD_DEFCONFIG := iss_defconfig | 49 | KBUILD_DEFCONFIG := iss_defconfig |
50 | 50 | ||
51 | # ramdisk/initrd support | ||
52 | # You need a compressed ramdisk image, named ramdisk.gz in | ||
53 | # arch/xtensa/boot/ramdisk | ||
54 | |||
55 | core-$(CONFIG_EMBEDDED_RAMDISK) += arch/xtensa/boot/ramdisk/ | ||
56 | |||
57 | # Test for cross compiling | 51 | # Test for cross compiling |
58 | 52 | ||
59 | ifneq ($(VARIANT),) | 53 | ifneq ($(VARIANT),) |
@@ -87,7 +81,7 @@ all: zImage | |||
87 | 81 | ||
88 | bzImage : zImage | 82 | bzImage : zImage |
89 | 83 | ||
90 | zImage zImage.initrd: vmlinux | 84 | zImage: vmlinux |
91 | $(Q)$(MAKE) $(build)=$(boot) $@ | 85 | $(Q)$(MAKE) $(build)=$(boot) $@ |
92 | 86 | ||
93 | define archhelp | 87 | define archhelp |