mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
ed9ddd7415
Copy over the new upstream defconfigs from the refreshed U-Boot trees,
so we can fold our modifications into them. Manually done, but like:
do_defconfig() {
ours="$1"
theirs="$2"
tree="$3"
cp src/u-boot/${tree}/configs/${theirs}_defconfig \
config/u-boot/${ours}/config/default
}
do_defconfig amd64coreboot coreboot64 x86_64
do_defconfig i386coreboot coreboot x86
do_defconfig gru_bob chromebook_bob default
do_defconfig gru_kevin chromebook_kevin default
do_defconfig qemu_arm_12mb qemu_arm64 default
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>