On Nov 18, 2004, at 3:08 PM, morten.banzon at axxessit.no wrote: > If you know the reason to why it is "a very bad idea" to relocate these > resources within dpram1 I am very curious to learn. On the other hand > if > you do not know, then please refrain from giving such a stupid answer.
As you have discovered, there are many dependencies on the configuration of the cpm smc from the boot rom to bootloaders to the Linux kernel itself. It's a bad idea to be changing one of these without changing all of the others to match .... and then you end up with a custom piece of software that you have to constantly maintain. If you make it configurable, then you end up with even more confusion when people mismatch the configurations on a board. There isn't any reason to change the current SMC buffering configuration on the CPM2 (and future) devices. If you like change for the sake of change, then go ahead and do it. We answered the questions you asked and specifically said the changes you were making at the time weren't a good idea. Just because you didn't agree doesn't make it a stupid response, especially since it's pretty easy to figure out on your own from looking at the code. Thanks. -- Dan