
29 Dec
2015
29 Dec
'15
10:45 a.m.
Reserve more spaces for x86 dtb files. Otherwise when booting on qemu targets, fixing 'cpu' node may fail due to lack of space left in dtb.
Signed-off-by: Miao Yan yanmiaobest@gmail.com --- arch/x86/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile index 64e5694..753e8fa 100644 --- a/arch/x86/dts/Makefile +++ b/arch/x86/dts/Makefile @@ -15,7 +15,7 @@ dtb-y += bayleybay.dtb \
targets += $(dtb-y)
-DTC_FLAGS += -R 4 -p 0x1000 +DTC_FLAGS += -R 4 -p 0x3000
PHONY += dtbs dtbs: $(addprefix $(obj)/, $(dtb-y))
--
1.9.1