diff options
Diffstat (limited to 'arch/powerpc/boot/wrapper')
| -rwxr-xr-x | arch/powerpc/boot/wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index eab7318729e9..b5fb1fee76f8 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
| @@ -179,11 +179,11 @@ if [ -z "$cacheit" ]; then | |||
| 179 | fi | 179 | fi |
| 180 | 180 | ||
| 181 | if [ -n "$initrd" ]; then | 181 | if [ -n "$initrd" ]; then |
| 182 | addsec $tmp "$initrd" initrd | 182 | addsec $tmp "$initrd" $isection |
| 183 | fi | 183 | fi |
| 184 | 184 | ||
| 185 | if [ -n "$dtb" ]; then | 185 | if [ -n "$dtb" ]; then |
| 186 | addsec $tmp "$dtb" dtb | 186 | addsec $tmp "$dtb" .kernel:dtb |
| 187 | fi | 187 | fi |
| 188 | 188 | ||
| 189 | if [ "$platform" != "miboot" ]; then | 189 | if [ "$platform" != "miboot" ]; then |
