[U-Boot] [Patch 1/7] Add TQ Systems TQMa6 board support

Wolfgang Denk wd at denx.de
Mon Jun 16 14:41:48 CEST 2014


Dear Markus Niebel,

In message <1402915858-1335-2-git-send-email-list-09_u-boot at tqsc.de> you wrote:
> 
> This patch adds the changes to boards.cfg and the board directory
> under board/tqc.

...
> +#define CONFIG_EXTRA_ENV_SETTINGS                                              \
...
> +	"baudrate="__stringify(CONFIG_BAUDRATE)"\0"                            \

"baudrate" is already in the standard settings.  You just create a
duplicated entry here.

...
> +/* Print Buffer Size */
> +#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)

WARNING: line over 80 characters
#1067: FILE: include/configs/tqma6.h:190:
+#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The important thing about being a leader is not being right or wrong,
but being *certain*.                    - Terry Pratchett, _Truckers_


More information about the U-Boot mailing list