Skip to content

[PX30][DEFCONFIG] Stop using kernel dtb in u-boot

Up to now, u-boot was using kernel dtb. Now u-boot will use its own dtb, causing an increase of u-boot image size. Need to increase the u-boot size from default 1024 to 2048

Also allign bootdelay to 3sec (as it's for other boards)

Merge request reports