]> git.ipfire.org Git - people/ms/u-boot.git/commit
schmoogie: fix build error due to removal of forceenv()
authorWolfgang Denk <wd@denx.de>
Tue, 5 Oct 2010 19:17:28 +0000 (21:17 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Oct 2010 19:46:37 +0000 (21:46 +0200)
commitb6e7bd9740f84d5a81302fb0f0c559823027ebcd
treebdbf0ec2f590030477080a226d3ff561ea32297e
parent439f6f7ec17e267745d6667f9920514fa8da6b58
schmoogie: fix build error due to removal of forceenv()

commit 6d014adf dropped support for the forceenv() function, but failed
to remove references to it from board/davinci/schmoogie/schmoogie.c

Replace forceenv() by setenv() and set CONFIG_ENV_OVERWRITE instead in
the board config file to allow overwriting the serial number.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Sergey Kubushyn <ksi@koi8.net>
Acked-by: Sergey Kubushyn <ksi@koi8.net>
board/davinci/schmoogie/schmoogie.c
include/configs/davinci_sonata.h