summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/samsung/tizen_amlogic.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h
index 6beeda3534..5915ec5da0 100644
--- a/include/samsung/tizen_amlogic.h
+++ b/include/samsung/tizen_amlogic.h
@@ -43,16 +43,16 @@
"ramdisk.img part -1 7;" \
"ramdisk-recovery.img part -1 8"
-#define DFU_ALT_BOOT_ODROID_N2 "u-boot.bin raw 0x1 0x850;" \
- "u-boot-n2.bin raw 0x1 0x850;" \
+#define DFU_ALT_BOOT_ODROID_N2 "u-boot.bin raw 0x1 0x1000;" \
+ "u-boot-n2.bin raw 0x1 0x1000;" \
"u-boot-c4.bin skip 0 0;" \
"u-boot-kvim3.bin skip 0 0"
-#define DFU_ALT_BOOT_KVIM3 "u-boot.bin raw 0x1 0x850;" \
- "u-boot-kvim3.bin raw 0x1 0x850;" \
+#define DFU_ALT_BOOT_KVIM3 "u-boot.bin raw 0x1 0x1000;" \
+ "u-boot-kvim3.bin raw 0x1 0x1000;" \
"u-boot-c4.bin skip 0 0;" \
"u-boot-n2.bin skip 0 0"
-#define DFU_ALT_BOOT_ODROID_C4 "u-boot.bin raw 0x1 0x850;" \
- "u-boot-c4.bin raw 0x1 0x850;" \
+#define DFU_ALT_BOOT_ODROID_C4 "u-boot.bin raw 0x1 0x1000;" \
+ "u-boot-c4.bin raw 0x1 0x1000;" \
"u-boot-kvim3.bin skip 0 0;" \
"u-boot-n2.bin skip 0 0"
#define DFU_ALT_BOOT_SD ""