diff --git a/board/odroidc2/boot.ini b/board/odroidc2/boot.ini index d71bd44547..63dcf90863 100644 --- a/board/odroidc2/boot.ini +++ b/board/odroidc2/boot.ini @@ -95,8 +95,8 @@ setenv bootargs "console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootwait ro no_conso fatload mmc 0:1 0x11000000 Image fatload mmc 0:1 0x13000000 uInitrd -fatload mmc 0:1 0x1000000 meson64_odroidc2.dtb -fdt addr 0x1000000 +fatload mmc 0:1 0x10000000 meson64_odroidc2.dtb +fdt addr 0x10000000 if test "${mesontimer}" = "0"; then fdt rm /meson_timer; fdt rm /cpus/cpu@0/timer; fdt rm /cpus/cpu@1/timer; fdt rm /cpus/cpu@2/timer; fdt rm /cpus/cpu@3/timer; fi if test "${mesontimer}" = "1"; then fdt rm /timer; fi @@ -106,4 +106,4 @@ if test "${nographics}" = "1"; then fdt rm /meson-fb; fdt rm /amhdmitx; fdt rm / if test "${nographics}" = "1"; then fdt rm /meson-vout; fdt rm /mesonstream; fdt rm /meson-fb; fi if test "${nographics}" = "1"; then fdt rm /deinterlace; fdt rm /codec_mm; fi -booti 0x11000000 - 0x1000000 +booti 0x11000000 - 0x10000000 diff --git a/board/odroidc2/uInitrd b/board/odroidc2/uInitrd index c3d630c63b..e761d4199e 100644 Binary files a/board/odroidc2/uInitrd and b/board/odroidc2/uInitrd differ