]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_bdinfo: display the address map size (32-bit vs. 36-bit)
authorTimur Tabi <timur@freescale.com>
Thu, 15 Mar 2012 11:42:26 +0000 (11:42 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 25 Apr 2012 04:58:34 +0000 (23:58 -0500)
commit34e210f5bd9c000cec39b45483be6df52e2b6e07
treef36fd0aa651538ff636ce4de3b7a8979b34ceab0
parentbefb7d9f3c3de6b237f1f30ea5f91b24aed4992a
cmd_bdinfo: display the address map size (32-bit vs. 36-bit)

Some Freescale SOCs support 32-bit and 36-bit physical addressing, and
U-Boot must be built to enable one or the other.  Add this information
to the bdinfo command.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
common/cmd_bdinfo.c