Lager board has NOR-Flash function. But this is not used basically. SPI-ROM is used instead. NOR-Flash support code has been removed, but this remains in the boards.cfg. This commit removes config of NOR-Flash from boards.cfg.
Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Signed-off-by: Nobuhiro Iwamatsu <[email protected]> --- v2: Update commit message. boards.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 97335b1..2509233 100644 --- a/boards.cfg +++ b/boards.cfg @@ -376,7 +376,6 @@ Active arm armv7 rmobile atmark-techno armadillo-800eva Active arm armv7 rmobile kmc kzm9g kzm9g - Nobuhiro Iwamatsu <[email protected]>:Tetsuyuki Kobayashi <[email protected]> Active arm armv7 rmobile renesas koelsch koelsch - Nobuhiro Iwamatsu <[email protected]> Active arm armv7 rmobile renesas lager lager - Nobuhiro Iwamatsu <[email protected]> -Active arm armv7 rmobile renesas lager lager_nor lager:NORFLASH Nobuhiro Iwamatsu <[email protected]> Active arm armv7 s5pc1xx samsung goni s5p_goni - Przemyslaw Marczak <[email protected]> Active arm armv7 s5pc1xx samsung smdkc100 smdkc100 - Minkyu Kang <[email protected]> Active arm armv7 socfpga altera socfpga socfpga_cyclone5 - - -- 2.0.0 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

