mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update uboot-rockchip with support for nanopi R4S 1Gb (#2611)
This commit is contained in:
parent
e120659ff7
commit
e47b0e22dd
10 changed files with 1105 additions and 311 deletions
|
@ -17,14 +17,12 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
|
|||
|
||||
--- a/scripts/Makefile.spl
|
||||
+++ b/scripts/Makefile.spl
|
||||
@@ -329,10 +329,6 @@ PHONY += dts_dir
|
||||
dts_dir:
|
||||
$(shell [ -d $(obj)/dts ] || mkdir -p $(obj)/dts)
|
||||
|
||||
-include/generated/dt-structs-gen.h $(u-boot-spl-platdata_c) &: \
|
||||
- $(obj)/$(SPL_BIN).dtb dts_dir FORCE
|
||||
@@ -354,8 +354,6 @@ $(platdata-hdr) $(u-boot-spl-platdata_c)
|
||||
@# of OF_PLATDATA_INST and this might change between builds. Leaving old
|
||||
@# ones around is confusing and it is possible that switching the
|
||||
@# setting again will use the old one instead of regenerating it.
|
||||
- @rm -f $(u-boot-spl-all-platdata_c) $(u-boot-spl-all-platdata)
|
||||
- $(call if_changed,dtoc)
|
||||
-
|
||||
|
||||
ifdef CONFIG_SAMSUNG
|
||||
ifdef CONFIG_VAR_SIZE_SPL
|
||||
VAR_SIZE_PARAM = --vs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue