summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2012-09-27 16:22:12 -0400
committerChristopher Kenna <cjk@cs.unc.edu>2012-09-27 16:22:12 -0400
commitc8a0c52c08371dfa2ada8ffbe7f0352aa17afffe (patch)
tree58baa291671ec7d89e9c7c75fc9b3a52b60f327a
parentc4d20aa234b2adcbf04a65d77aee35e95ab82d14 (diff)
Fix load address for ODROID-X.
-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"