summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3288/Makefile.inc
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2016-03-02 16:02:45 +0800
committerMartin Roth <martinroth@google.com>2016-03-16 15:24:10 +0100
commit1129f7f6366b6acc047673903cc22ad093d0a21f (patch)
tree6214da54a8ac8d097a47b9a2155b85e90ce0a76e /src/soc/rockchip/rk3288/Makefile.inc
parent1a1515b949ef759729a217faf5e8274ec3f3cb5f (diff)
downloadcoreboot-1129f7f6366b6acc047673903cc22ad093d0a21f.tar.gz
coreboot-1129f7f6366b6acc047673903cc22ad093d0a21f.tar.bz2
coreboot-1129f7f6366b6acc047673903cc22ad093d0a21f.zip
rockchip: update make_idb.py
make_idb.py only support RK3288 before, add chip parameter, so we can support RK3399 either. Change-Id: I6811acb7f0cdaf1930af9942a70db54765d544d5 Signed-off-by: huang lin <hl@rock-chips.com> Reviewed-on: https://review.coreboot.org/13913 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/rockchip/rk3288/Makefile.inc')
-rw-r--r--src/soc/rockchip/rk3288/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/Makefile.inc b/src/soc/rockchip/rk3288/Makefile.inc
index 0ce6425f3a05..0df7eb712dd0 100644
--- a/src/soc/rockchip/rk3288/Makefile.inc
+++ b/src/soc/rockchip/rk3288/Makefile.inc
@@ -74,6 +74,6 @@ CPPFLAGS_common += -Isrc/soc/rockchip/rk3288/include/
$(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin
@printf "Generating: $(subst $(obj)/,,$(@))\n"
@mkdir -p $(dir $@)
- @$(IDBTOOL) --from=$< --to=$@ --enable-align
+ @$(IDBTOOL) --from=$< --to=$@ --enable-align --chip=RK32
endif