mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
MX31: mx31pdk: Make the board name simpler.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
25d8e1bb19
commit
e9e0790cff
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ int board_init(void)
|
|||
|
||||
int checkboard(void)
|
||||
{
|
||||
printf("Board: i.MX31 MAX PDK (3DS)\n");
|
||||
printf("Board: MX31PDK\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue