core/linux-aarch64: remove echo lines added by mistake

This commit is contained in:
graysky 2024-06-02 13:09:54 -04:00
parent fe1d3ff0ee
commit 564ca463f0

View file

@ -60,10 +60,8 @@ build() {
# build!
unset LDFLAGS
echo "bookmark1 image"
make ${MAKEFLAGS} Image Image.gz modules
# Generate device tree blobs with symbols to support applying device tree overlays in U-Boot
echo "bookmark2 dtbs"
make ${MAKEFLAGS} DTC_FLAGS="-@" dtbs
}