]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
eNET: Fix undefined reference to `monitor_flash_len'
authorGraeme Russ <graeme.russ@gmail.com>
Mon, 4 Apr 2011 05:18:59 +0000 (15:18 +1000)
committerGraeme Russ <graeme.russ@gmail.com>
Fri, 8 Apr 2011 05:02:36 +0000 (15:02 +1000)
commite9bf8877dae5e818e27d6949f3410a4e31efc2d0
tree1da0109047cd1f2caeb1010765959d5168197236
parent4db2fa7f9446d0f2fe8db3d62184b1212fe22707
eNET: Fix undefined reference to `monitor_flash_len'

commit cfbe861506e2dc3250ac99dc45bb3d1ac60f4857 removed the definition of
monitor_flash_len from the eNET which was not picked up due to extensive
use of the SRAM configuration target for testing

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
board/eNET/eNET.c