From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Mon, 09 Jul 2012 13:23:26 +0200 Subject: [U-Boot] [PATCH 1/2] at91sam9263ek: enable useful commands In-Reply-To: <1340886752-31199-1-git-send-email-andreas.devel@googlemail.com> References: <1340886752-31199-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <4FFABF2E.1000609@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28.06.2012 14:32, Andreas Bie?mann wrote: > Signed-off-by: Andreas Bie?mann > cc: Stelian Pop > --- > include/configs/at91sam9263ek.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h > index f2163f1..2d46502 100644 > --- a/include/configs/at91sam9263ek.h > +++ b/include/configs/at91sam9263ek.h > @@ -108,10 +108,8 @@ > * Command line configuration. > */ > #include > -#undef CONFIG_CMD_BDI > #undef CONFIG_CMD_FPGA > #undef CONFIG_CMD_IMI > -#undef CONFIG_CMD_IMLS NAK, enabling imls breaks all the configurations where NOR is not enabled: ---8<--- Configuring for at91sam9263ek_nandflash - Board: at91sam9263ek, Options: AT91SAM9263,SYS_USE_NANDFLASH /home/abiessmann/source/git_projects/u-boot-atmel/include/mtd/cfi_flash.h:174:22: error: unknown type name 'flash_info_t' /home/abiessmann/source/git_projects/u-boot-atmel/include/mtd/cfi_flash.h:174:43: error: unknown type name 'flash_sect_t' cmd_bootm.c:82:1: error: unknown type name 'flash_info_t' cmd_bootm.c:1164:2: error: unknown type name 'flash_info_t' cmd_bootm.c:1169:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function) cmd_bootm.c:1171:11: error: request for member 'flash_id' in something not a structure or union cmd_bootm.c:1171:25: error: 'FLASH_UNKNOWN' undeclared (first use in this function) cmd_bootm.c:1173:23: error: request for member 'sector_count' in something not a structure or union cmd_bootm.c:1175:22: error: request for member 'start' in something not a structure or union --->8---