cns3xxx: fix coding style in board script
SVN-Revision: 34113
This commit is contained in:
parent
6090ddc896
commit
4d66b749de
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
cns3xxx_board_name() {
|
cns3xxx_board_name() {
|
||||||
local machine
|
local machine
|
||||||
local name
|
local name
|
||||||
|
|
||||||
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /Hardware/ {print $2}' /proc/cpuinfo)
|
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /Hardware/ {print $2}' /proc/cpuinfo)
|
||||||
|
|
||||||
case "$machine" in
|
case "$machine" in
|
||||||
"Gateworks Corporation Laguna"*)
|
"Gateworks Corporation Laguna"*)
|
||||||
name="laguna"
|
name="laguna"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue