wrapper (8f23735d8f8cfd4d46e3aa336690f52b8b5d3c75) | wrapper (a7e1cf0c517d44db8e871a86b2cf7ea7e7d06a4b) |
---|---|
1#!/bin/sh 2 3# Copyright (C) 2006 Paul Mackerras, IBM Corporation <paulus@samba.org> 4# This program may be used under the terms of version 2 of the GNU 5# General Public License. 6 7# This script takes a kernel binary and optionally an initrd image 8# and/or a device-tree blob, and creates a bootable zImage for a --- 200 unchanged lines hidden (view full) --- 209 platformo="$object/fixed-head.o $object/redboot-8xx.o" 210 binary=y 211 ;; 212simpleboot-virtex405-*) 213 platformo="$object/virtex405-head.o $object/simpleboot.o $object/virtex.o" 214 binary=y 215 ;; 216simpleboot-virtex440-*) | 1#!/bin/sh 2 3# Copyright (C) 2006 Paul Mackerras, IBM Corporation <paulus@samba.org> 4# This program may be used under the terms of version 2 of the GNU 5# General Public License. 6 7# This script takes a kernel binary and optionally an initrd image 8# and/or a device-tree blob, and creates a bootable zImage for a --- 200 unchanged lines hidden (view full) --- 209 platformo="$object/fixed-head.o $object/redboot-8xx.o" 210 binary=y 211 ;; 212simpleboot-virtex405-*) 213 platformo="$object/virtex405-head.o $object/simpleboot.o $object/virtex.o" 214 binary=y 215 ;; 216simpleboot-virtex440-*) |
217 platformo="$object/simpleboot.o $object/virtex.o" | 217 platformo="$object/fixed-head.o $object/simpleboot.o $object/virtex.o" |
218 binary=y 219 ;; 220simpleboot-*) | 218 binary=y 219 ;; 220simpleboot-*) |
221 platformo="$object/simpleboot.o" | 221 platformo="$object/fixed-head.o $object/simpleboot.o" |
222 binary=y 223 ;; 224asp834x-redboot) 225 platformo="$object/fixed-head.o $object/redboot-83xx.o" 226 binary=y 227 ;; 228esac 229 --- 140 unchanged lines hidden --- | 222 binary=y 223 ;; 224asp834x-redboot) 225 platformo="$object/fixed-head.o $object/redboot-83xx.o" 226 binary=y 227 ;; 228esac 229 --- 140 unchanged lines hidden --- |