Home
last modified time | relevance | path

Searched hist:"4 a8c7c1f45a25687e08ff98ab27ba664c8fd7b74" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/sunxi/
H A Dboard.c4a8c7c1f45a25687e08ff98ab27ba664c8fd7b74 Sat Jul 09 07:56:56 UTC 2016 Hans de Goede <hdegoede@redhat.com> sunxi: Remove some unnecessary #ifdefs

We always define CONFIG_MISC_INIT_R on sunxi and misc_init_r is never
called in the spl, so the linker will optimize it and parse_spl_header(),
of which it is the only caller, away.

On the tests I've done (Orange Pi PC build) the SPL actually becomes
8 bytes smaller with this patch.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>