Part Number: AM4376
Hello I am using the new TI SDK 9.01 on our custom AM437x board
This version incorporates Linux Kernel 6.1, I expected to be free from the Linux 2038 issue but its not
If I set the date of the system near the limit it rollbacks to Jan 1 1970
root@am437x-alx:~# date -s "2038-01-19 03:14:07"
Tue Jan 19 03:14:07 UTC 2038
root@am437x-alx:~# date
Thu Jan 1 00:00:00 UTC 1970
root@am437x-alx:~# uname -a
Linux am437x-alx 6.1.46-g1d4b5da681 #1 PREEMPT Thu Oct 19 10:19:08 UTC 2023 armv7l GNU/Linux

What is missing to implement the fix? there is something that we need to do on the configuration side?
