]> git.baikalelectronics.ru Git - uboot.git/commit
Remove CONFIG_BOARDNAME and CONFIG_BOARD_NAME
authorTom Rini <trini@konsulko.com>
Tue, 22 Mar 2022 01:33:32 +0000 (21:33 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 14:28:46 +0000 (10:28 -0400)
commit89b8f0cc962ef080199d53f4868b3817b3dc1cd5
tree349086a5ec6172aab42c481f9da5b9720df0063a
parentfea419ad98b4d152a50109becec1b2568e1f35d2
Remove CONFIG_BOARDNAME and CONFIG_BOARD_NAME

Both of these variables are used in a few hard-coded ways to set some
string values or print something to the user.  In almost all cases, it's
just as useful to hard-code the value used.  The exception here is
printing something closer to correct board name for p1_p2_rdb machines.
This can be done using something from the device tree, but for now
hard-code a non-CONFIG based value instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
board/ge/bx50v3/bx50v3.c
include/configs/T102xRDB.h
include/configs/el6x_common.h
include/configs/ge_bx50v3.h
include/configs/opos6uldev.h
include/configs/p1_p2_rdb_pc.h