mirror of https://github.com/parazyd/arm-sdk.git
n900: copy zImage to /boot as well.
This commit is contained in:
parent
cd83742f18
commit
4e404eef22
|
|
@ -112,7 +112,7 @@ build_kernel_${arch}() {
|
|||
# firmware_install || zerr
|
||||
|
||||
mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n zImage -d zImage uImage
|
||||
sudo cp -v uImage $strapdir/boot/
|
||||
sudo cp -v zImage uImage $strapdir/boot/
|
||||
popd
|
||||
|
||||
postbuild || zerr
|
||||
|
|
|
|||
Loading…
Reference in New Issue