diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_amlogic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index d5e33e53ee..c802ba7b18 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -19,7 +19,7 @@ /* DFU */ /* For SD */ -#define CONFIG_DFU_ALT_SYSTEM_SD \ +#define CONFIG_DFU_ALT_SYSTEM_2 \ "Image fat 0 1;" \ "meson64_odroidn2_drm.dtb fat 0 1;" \ "meson64_odroidn2.dtb fat 0 1;" \ @@ -67,6 +67,8 @@ "bootmode=ramdisk\0" \ "bootdev=mmc\0" \ "tfm=setenv bootmode download; run bootcmd\0" \ + "fdt_high=0x20000000\n" \ + "initrd_high=0x3d800000\n" \ "opts=loglevel=4\0" \ "dfu_usb_con=0\0" \ "dfu_interface=mmc\0" \ |