uboot-mt623x/post/drivers
Wolfgang Denk 8343f8a764 post/drivers/i2c.c: fix compile error
Commit 7e263ce "post/i2c: Clean up detection logic" added a "const"
qualifier to the declaration of i2c_addr_list[], missing the fact that
the list gets modified later in the code, which results in build
errors like these:

i2c.c: In function 'i2c_post_test':
i2c.c:88: error: assignment of read-only location

Remove the incorrect "const".

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Heiko Schocher <hs@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>
2010-10-27 20:09:59 +02:00
..
Makefile POST: move CONFIG_POST to Makefiles 2008-04-22 14:40:19 +02:00
i2c.c post/drivers/i2c.c: fix compile error 2010-10-27 20:09:59 +02:00
memory.c Expand POST memory test to support arch-depended implementation. 2010-10-19 22:28:59 +02:00
rtc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00