[Buildroot] [PATCH 3/3] odroidc2: update boot.ini

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 23 21:28:49 UTC 2016


Hello,

On Sat, 23 Jul 2016 21:55:01 +0300, Dagg Stompler wrote:
> Signed-off-by: Dagg Stompler <daggs at gmx.com>

This one would benefit from a more detailed commit log.


>  # Boot Arguments
> -setenv bootargs "root=/dev/mmcblk0p2 rootwait ro ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop"
> +setenv bootargs "root=/dev/mmcblk0p2 rootwait ro ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop =${hpd}"

Is =${hpd} really a valid kernel argument? Seems a bit weird, no?

> +if test "${mesontimer}" = "0"; then fdt rm /meson_timer; fdt rm /cpus/cpu at 0/timer; fdt rm /cpus/cpu at 1/timer; fdt rm /cpus/cpu at 2/timer; fdt rm /cpus/cpu at 3/timer; fi
> +if test "${mesontimer}" = "1"; then fdt rm /timer; fi
> +
> +if test "${nographics}" = "1"; then fdt rm /reserved-memory; fdt rm /aocec; fi
> +if test "${nographics}" = "1"; then fdt rm /meson-fb; fdt rm /amhdmitx; fdt rm /picdec; fdt rm /ppmgr; fi
> +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

Yerk :-/

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list