Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Viktor Křivák
Dear Timur Tabi, 2012/3/27 Marek Vasut : > Dear Timur Tabi, > >> Marek Vasut wrote: >> > Agreed, but I expected there was some dead code and that was the point I >> > was trying to express ;-) >> >> Well, until you do a thorough analysis, you really have no idea if there >> is any dead code at all

Re: [U-Boot] BIOS EMULATOR driver

2012-03-26 Thread Viktor Křivák
Dear Wolfgang Denk and Marek Vasut, 2012/3/27 Marek Vasut : > Dear Wolfgang Denk, > >> Dear Marek Vasut, >> >> In message <201203261531.18334.ma...@denx.de> you wrote: >> > So that means the board work without this bios emulator driver if the >> > radeon driver is disabled? But we want to use the

Re: [U-Boot] BIOS EMULATOR driver

2012-03-26 Thread Viktor Křivák
Dear Marek and Wolfgang, 2012/3/26 Wolfgang Denk : > Dear Marek Vasut, > > In message <201203261243.19732.ma...@denx.de> you wrote: >> >> > > I pretty sure because I try compile it without this driver and >> > > everything seems to be ok. >> > >> > In the given configurations, the BIOS code only g

Re: [U-Boot] BIOS EMULATOR driver

2012-03-25 Thread Viktor Křivák
Dear Wolfgang, > > I'm working on one project about bios emulator and I notice that this > > driver is linked for boards P1022DS and sequoia too, but they don't > > really > > use any methods of it. It's safe to remove this support from configs > > files? > > Are you sure that the code is not used

[U-Boot] BIOS EMULATOR driver

2012-03-25 Thread Viktor Křivák
Hello, I'm working on one project about bios emulator and I notice that this driver is linked for boards P1022DS and sequoia too, but they don't really use any methods of it. It's safe to remove this support from configs files? Whole this driver is seems to be imported from somewhere and lots of it