[U-Boot] [RFC PATCH 17/20] sandbox: Add basic config file
Mike Frysinger
vapier at gentoo.org
Sun Sep 18 02:22:20 CEST 2011
On Saturday, September 17, 2011 12:48:56 Simon Glass wrote:
> --- /dev/null
> +++ b/include/configs/sandbox.h
missing #ifdef multiple include protection
> +#define CONFIG_NR_DRAM_BANKS 1
> +#define CONFIG_SYS_SDRAM_BASE 0
> +#define CONFIG_DRAM_SIZE (128 << 20)
do you need any of this ?
> +#define CONFIG_SYS_PROMPT "=>" /* Command Prompt */
this file has a bunch of "#define<tab>" where it should be "#define<space>"
> +#define CONFIG_LMB
i dont think you need this either ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110917/08ee311e/attachment.pgp
More information about the U-Boot
mailing list