
In message c002eb610601022001u438ce46as@mail.gmail.com you wrote:
Thank you so much for answering my questions i mentioned several days =
ago. I'm porting u-boot-1.1.4 to Ebedded planet EP405(with ppc 405GPr processor) and it bases on a similar board CPCI4052 as you suggested.
Let's keep in mind that similar does not mean the same.
#cd ../u-boot-1.1.3/board/esd #mkdir ep405
This is wrong. Don't do this. "board/esd" is for boards manufactured by esd electronics only, while the EP405 is by Embedded Planet. So far we don't have a vendor directory for EP, which means you have to place your code in board/
then add text content as follow to u-boot-1.1.3/Makefile ep_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx cpci405 esd
Wrong again, as you must provide your own board config file instead of using the cpci405 one.
would you please tell me why and how to handle it ?
Clean up above problems first, please.
Best regards,
Wolfgang Denk