summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xodroid-install-kernel.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/odroid-install-kernel.sh b/odroid-install-kernel.sh
index a65dcb8..b62e2c0 100755
--- a/odroid-install-kernel.sh
+++ b/odroid-install-kernel.sh
@@ -3,8 +3,8 @@
3. $(dirname $0)/arm-installer-common.sh 3. $(dirname $0)/arm-installer-common.sh
4 4
5# This is machine specific, AFAIK. 5# This is machine specific, AFAIK.
6LOAD_ADDR=0x4000800 6LOAD_ADDR=0x40008000
7ENTRY_POINT=0x4000800 7ENTRY_POINT=0x40008000
8 8
9# Where the U-Boot partition is mounted. 9# Where the U-Boot partition is mounted.
10UBOOT_PATH="/media/boot" 10UBOOT_PATH="/media/boot"