diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 13:42:34 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:13 -0400 |
commit | ca418dd74b8308012bd9a342339823c81de510a0 (patch) | |
tree | f7b120ceb71fc174c724c2adb15b48161effc7f8 /post | |
parent | b1ba62d4ae970a2da00371670a2c909f139d0f80 (diff) | |
download | u-boot-imx-ca418dd74b8308012bd9a342339823c81de510a0.zip u-boot-imx-ca418dd74b8308012bd9a342339823c81de510a0.tar.gz u-boot-imx-ca418dd74b8308012bd9a342339823c81de510a0.tar.bz2 |
tools/genboardscfg.py: Do not output SPLCPU field
Prior to Kconfig, the CPU field of boards.cfg could optionally have
":SPLCPU", like "armv7:arm720t".
(Actually this syntax was only used for Tegra platform.)
Now it is not necessary at all because CPU is defined by
CONFIG_SYS_CPU in Kconfig.
For Tegra platform, the Kconfig option is described as follows:
config SYS_CPU
string
default "arm720t" if SPL_BUILD
default "armv7" if !SPL_BUILD
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'post')
0 files changed, 0 insertions, 0 deletions