
3 Nov
2022
3 Nov
'22
5:58 p.m.
On Sun, Oct 23, 2022 at 12:28:12PM +0300, Baruch Siach wrote:
On 64-bit platforms where int is 32-bit wide, the eeprom command parse_numeric_param() routine truncates the memory address parameter to the lower 32-bit. Make parse_numeric_param() return long to allow read/write of addresses beyond the lower 4GB.
Signed-off-by: Baruch Siach baruch@tkos.co.il Reviewed-by: Ramon Fried rfried.dev@gmail.com
Applied to u-boot/master, thanks!
--
Tom