From 5d0e2d1b4163c330ba58cf573571660b0b27bd25 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 16 Mar 2015 11:53:14 +0000 Subject: brcm63xx: call brcm63xx_detect explicitly Now that we have converted all users of global variables to use brcm63xx_board_name, we can savely convert the implicit call to detect in brcm63xx.sh to a single, explicit call in preinit. Signed-off-by: Jonas Gorski SVN-Revision: 44840 --- target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh') diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 058833963f..2c18762d19 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -269,5 +269,3 @@ brcm63xx_board_name() { echo $name } - -brcm63xx_detect -- cgit v1.2.3