commit | 63e413d19db0018e443a43c6c7a482993edf79cf | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Mon Jun 26 16:32:59 2006 +1000 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 10:59:07 2006 -0700 |
tree | bdfa632a14dbdf1057974787147e1328a7683eaf | |
parent | d2f386d7c182c1420f797093d67bb09a7251f113 [diff] |
[PATCH] m68knommu: create configurable RAM setup Reworked the way RAM regions are defined. Instead of coding all the variations for each board type we now just configure RAM base and size in the usual Kconfig setup. This much simplifies the code, and makes it a lot more flexible when setting up new boards or board varients. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>