diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-04-12 10:07:30 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-04-12 10:07:30 +0000 |
commit | cf287c004ada74564cfb818ff4638573fd6b86a6 (patch) | |
tree | 32fca2198634298f1aa65d63c8bd3b24357ed5a4 | |
parent | 032e256db38dbb0dde31690aab1203c31eb0b092 (diff) | |
download | linux-baserock/arm/panda4.tar.gz |
Install uImagebaserock/arm/panda4
-rw-r--r-- | linux.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph index bf8784ae0228..55215e2c645b 100644 --- a/linux.morph +++ b/linux.morph @@ -44,4 +44,4 @@ build-commands: - make ARCH=arm uImage install-commands: - mkdir -p "$DESTDIR"/boot - - cp arch/arm/boot/zImage "$DESTDIR"/boot/zImage + - cp arch/arm/boot/uImage "$DESTDIR"/boot/uImage |