On Fri, 27 Jun 2025 15:53:37 +0200, Javier Martinez Canillas wrote: > Commit 93b55636b09f ("tools: kwboot: Allow any baudrate on Linux") added a > tcgetattr() function to be used, instead of the libc's termios functions. > > This was done to allow using the raw TCGETS2/TCSETS2 ioctls that allow to > support arbitrary baud rates. > > This breaks the build for PowerPC, because that architecture does not have > a struct termios2 defined becuase the termios and ktermios are the same. > > [...]
Applied to u-boot/master, thanks! [1/1] tools: termios_linux.h: Fix build error on ppc64 commit: 6df1b1cd4e38575019c8b4f605c07a784c63f40e -- Tom