Re: [U-Boot] [PATCH V3 8/8] configs: keystone2: remove distro specific ramdisk name

2015-07-22 Thread Nishanth Menon
On Wed, Jul 22, 2015 at 10:32 AM, Tom Rini wrote: > > Instead of trying to whack this stuff to be more generic lets just punt > on it and drop when moving to config_distro_bootcmd.h OK. will do so. -- --- Regards, Nishanth Menon ___ U-Boot mailing list

Re: [U-Boot] [PATCH V3 8/8] configs: keystone2: remove distro specific ramdisk name

2015-07-22 Thread Tom Rini
On Sat, Jul 18, 2015 at 11:40:36AM -0500, Nishanth Menon wrote: > u-boot should support multiple distros as necessary. So, DONOT hardcode > distro specific image name in package. Instead we use a generic > ramdisk.gz as image name which can be modified by distro specific logic. > > Signed-off-by:

Re: [U-Boot] [PATCH V3 8/8] configs: keystone2: remove distro specific ramdisk name

2015-07-22 Thread Murali Karicheri
On 07/18/2015 12:40 PM, Nishanth Menon wrote: u-boot should support multiple distros as necessary. So, DONOT hardcode distro specific image name in package. Instead we use a generic ramdisk.gz as image name which can be modified by distro specific logic. Signed-off-by: Nishanth Menon --- New pa

[U-Boot] [PATCH V3 8/8] configs: keystone2: remove distro specific ramdisk name

2015-07-18 Thread Nishanth Menon
u-boot should support multiple distros as necessary. So, DONOT hardcode distro specific image name in package. Instead we use a generic ramdisk.gz as image name which can be modified by distro specific logic. Signed-off-by: Nishanth Menon --- New patch include/configs/k2e_evm.h| 1 -