diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-27 16:22:12 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-27 16:22:12 -0400 |
commit | c8a0c52c08371dfa2ada8ffbe7f0352aa17afffe (patch) | |
tree | 58baa291671ec7d89e9c7c75fc9b3a52b60f327a | |
parent | c4d20aa234b2adcbf04a65d77aee35e95ab82d14 (diff) |
Fix load address for ODROID-X.
-rwxr-xr-x | odroid-install-kernel.sh | 4 |
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. |
6 | LOAD_ADDR=0x4000800 | 6 | LOAD_ADDR=0x40008000 |
7 | ENTRY_POINT=0x4000800 | 7 | ENTRY_POINT=0x40008000 |
8 | 8 | ||
9 | # Where the U-Boot partition is mounted. | 9 | # Where the U-Boot partition is mounted. |
10 | UBOOT_PATH="/media/boot" | 10 | UBOOT_PATH="/media/boot" |