From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 1 Jun 2012 15:03:43 +0200 Subject: [U-Boot] [PATCH] Kirkwood: Add support for Ka-Ro TK71 In-Reply-To: References: <1338462428-11915-1-git-send-email-marex@denx.de> Message-ID: <201206011503.43239.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Prafulla Wadaskar, > > -----Original Message----- > > From: Marek Vasut [mailto:marex at denx.de] > > Sent: 31 May 2012 16:37 > > To: u-boot at lists.denx.de > > Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk > > Subject: [PATCH] Kirkwood: Add support for Ka-Ro TK71 > > > > Signed-off-by: Marek Vasut > > Cc: Prafulla Wadaskar > > Cc: Wolfgang Denk > > --- > > > > board/karo/tk71/Makefile | 45 ++++++++++ > > board/karo/tk71/kwbimage-256.cfg | 174 > > > > ++++++++++++++++++++++++++++++++++++++ > > > > board/karo/tk71/kwbimage-512.cfg | 174 > > > > ++++++++++++++++++++++++++++++++++++++ > > Dear Marek > Just for DRAM size change do not add one more cfg file, configure by > default 256MB of RAM in default kwbimg.cfg file and in function > board_early_init_f() tune it to 512 for your other board version. There's only one single bit flipped between those two kwb configs. Do you think it'd work if we just configured the system for 512MB RAM and ran get_ram_size() to see if it has only 256MB? That'd eliminate two board entries for this tk71. > > Regards.. > Prafulla . . . Best regards, Marek Vasut