[U-Boot-Users] Sharing Question....

18 Nov
2004
18 Nov
'04
10:09 p.m.
On my board, I share the same memory space for flash, as I do for ethernet. (my processor only allows 4Meg of external async memory, in 1Meg address size, and I have 4 Meg of Flash).
Today, I swap things over in the ethernet driver (a small ifdef <board_name> in eth_start and eth_end). Since this is in the architecture independent code, I know this is a no-no...
Is there a better place to put things? I tried in the flash.c but that means when I want to do a memory dump, I always see ethernet, not flash, and after a cp.b, a cmp.b doesn't work.
Thanks -Robin
7476
Age (days ago)
7476
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robin Getz