]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: rpi_b: use new generic $bootcmd
authorStephen Warren <swarren@nvidia.com>
Wed, 30 Jul 2014 22:37:16 +0000 (16:37 -0600)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:17:04 +0000 (11:17 -0400)
commited1127e42a81086f0cc9328ed68f1dbd270ae91a
treecf301053a38fd3e65a2ba02df9146922e4aa80df
parent8dca9ff476c31b48644f4303135e6e16e28004ec
ARM: rpi_b: use new generic $bootcmd

Replace the custom $bootcmd with that from <config_distro_bootcmd.h>.
There should be no functional change, since the new generic $bootcmd was
derived strongly from tegra-common-post.h, after which this part of
rpi_b.h was modelled.

The #defines to enable/disable U-Boot commands/features were moved
earlier in rpi_b.h, so they are set up before config_distro_bootcmd.h
is included, since it tests whether certain features should be included
based on those defines.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/configs/rpi_b.h