]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Allow CONFIG_BOARD_SIZE_LIMIT to be specified in hex
authorJoe Hershberger <joe.hershberger@ni.com>
Thu, 8 Nov 2012 10:19:09 +0000 (10:19 +0000)
committerTom Rini <trini@ti.com>
Thu, 6 Dec 2012 20:56:39 +0000 (13:56 -0700)
commitd060e6f4416e667d718ad60636fdf6cbf5f1f576
treef20f8029a8f5a0c6406befe52ba9ddf071913a8b
parent33699df12cbcd9bfa609dc7fb5a0a69c029449e9
Allow CONFIG_BOARD_SIZE_LIMIT to be specified in hex

Use the printf command to convert the number in any valid format into
the expected decimal format.  The resulting errors should be printed to
stderr.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Makefile