summaryrefslogtreecommitdiff
path: root/config/coreboot/gru_kevin/target.cfg
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2023-10-14 17:08:59 +0300
committerAlper Nebi Yasak <alpernebiyasak@gmail.com>2023-10-14 17:34:42 +0300
commit4d9567a7561df6eeb0dd81f2faf522c8526163b0 (patch)
treee6cd786f0d4b55e0303da296d4bbea24ca6544cc /config/coreboot/gru_kevin/target.cfg
parent6e65595da5301b9b8c435a9ab55e6f0d9b01a86d (diff)
coreboot: gru: Use default coreboot tree
We don't really need a custom coreboot tree for Chromebooks. I had added one, because at a cursory glance to the available config/coreboot/board subdirectories I had the impression that I should. But upstreams have one tree for every board and I think we should move towards that too. Move the one important BL31 makefile patch into the default coreboot patches, update the gru boards' configs by running savedefconfig in the cros tree and then running olddefconfig in the default tree. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'config/coreboot/gru_kevin/target.cfg')
-rw-r--r--config/coreboot/gru_kevin/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/gru_kevin/target.cfg b/config/coreboot/gru_kevin/target.cfg
index 94e71d96..928029cb 100644
--- a/config/coreboot/gru_kevin/target.cfg
+++ b/config/coreboot/gru_kevin/target.cfg
@@ -1,4 +1,4 @@
-tree="cros"
+tree="default"
romtype="normal"
arch="AArch64"
payload_uboot="y"