Re: [U-Boot] [PATCH 1/3] ARM: don't panic if no flash is there

2011-04-21 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Lo=EFc?= Minier, In message 20110418094025.gc11...@bee.dooz.org you wrote: Would it be possible to introduce a QEMU Versatile board in U-Boot derived from the regular Versatile board's config? It would disable the things that aren't (yet) supported in QEMU or too

Re: [U-Boot] [PATCH 1/3] ARM: don't panic if no flash is there

2011-04-18 Thread Loïc Minier
Would it be possible to introduce a QEMU Versatile board in U-Boot derived from the regular Versatile board's config? It would disable the things that aren't (yet) supported in QEMU or too painful to support. -- Loïc Minier ___ U-Boot mailing list

Re: [U-Boot] [PATCH 1/3] ARM: don't panic if no flash is there

2011-04-18 Thread Albert ARIBAUD
Le 18/04/2011 11:40, Loïc Minier a écrit : Would it be possible to introduce a QEMU Versatile board in U-Boot derived from the regular Versatile board's config? It would disable the things that aren't (yet) supported in QEMU or too painful to support. Either that or introduce a

[U-Boot] [PATCH 1/3] ARM: don't panic if no flash is there

2011-04-17 Thread Alessandro Rubini
From: Alessandro Rubini rub...@gnudd.com Commit f1d2b313c9eb6808d30c16a9eb5251240452a56c, which introduced relocation, also added some ifdef to panic for no flash is found but some is expected. This is policy, in my opinion, and should not be part of the boot loader like it wasn't there earlier.

Re: [U-Boot] [PATCH 1/3] ARM: don't panic if no flash is there

2011-04-17 Thread Wolfgang Denk
Dear Alessandro Rubini, In message 7edfdbf8df20140ad93f0a967fc526f8cef5360d.1303028702.git.rub...@gnudd.com you wrote: From: Alessandro Rubini rub...@gnudd.com Commit f1d2b313c9eb6808d30c16a9eb5251240452a56c, which introduced relocation, also added some ifdef to panic for no flash is

Re: [U-Boot] [PATCH 1/3] ARM: don't panic if no flash is there

2011-04-17 Thread Alessandro Rubini
Sorry, but I reject this patch. Please let me restate the point once more. Maybe i've not been clear. If you do not have NOR flash, then you should not enable it (and define CONFIG_SYS_NO_FLASH). Otherwise, you are supposed to have flash memory. I expect a serious boot loader to work in all

Re: [U-Boot] [PATCH 1/3] ARM: don't panic if no flash is there

2011-04-17 Thread Wolfgang Denk
Dear Alessandro Rubini, In message 20110417173205.ga28...@mail.gnudd.com you wrote: If you do not have NOR flash, then you should not enable it (and define CONFIG_SYS_NO_FLASH). Otherwise, you are supposed to have flash memory. I expect a serious boot loader to work in all possible