Searched hist:ec101fdb8d419975c7722c1d23470d9674350c3c (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | spl.c | ec101fdb8d419975c7722c1d23470d9674350c3c Fri Aug 09 15:22:15 UTC 2013 Tom Rini <trini@ti.com> arm: spl: For Falcon Mode, set a default machid of ~0
With device trees, boards do not always set CONFIG_MACH_TYPE now, so we must not rely on this define being set. The kernel uses ~0 to see if we have a valid machine number or not, so set that as the default, invalid machine, id and only fix if CONFIG_MACH_TYPE is set.
Acked-by: Dan Murphy <dmurphy@ti.com> Tested-by: Heiko Schocher <hs@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Signed-off-by: Tom Rini <trini@ti.com>
|