diff options
| -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" |
